* {
    font-size: 14px
}

body {
    font-size: 24px
}

*,
li,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

li,
ol,
ul {
    list-style: none
}

body {
    background: #fafafa
}

.ripple {
    position: relative;
    overflow: hidden
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10);
    opacity: 0;
    transition: transform .3s, opacity .5s
}

.ripple:active:after {
    transform: scale(0);
    opacity: .3;
    transition: 0s
}

.ripplegrey {
    position: relative;
    overflow: hidden
}

.ripplegrey:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10);
    opacity: 0;
    transition: transform .3s, opacity .5s
}

.ripplegrey:active:after {
    transform: scale(0);
    opacity: .3;
    transition: 0s
}

.van-tab--active {
    background: #ddd
}

.footer[data-v-405e9a63] {
    width: 100%;
    height: 50px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.nav_foot[data-v-405e9a63] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.nav_foot li[data-v-405e9a63] {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.nav_foot li img[data-v-405e9a63] {
    width: 18px;
    height: 18px
}

.nav_foot li span[data-v-405e9a63] {
    color: #868f8b;
    font-size: 12px;
    margin-top: 3px
}

.active span[data-v-405e9a63] {
    color: #009688 !important
}

.web_show[data-v-68d7bcd4] {
    height: 56px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #eee;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    will-change: padding-left, padding-right;
    position: relative
}

.web_show .logo_box[data-v-68d7bcd4] {
    width: 36px;
    height: 36px
}

.web_show span[data-v-68d7bcd4] {
    display: inline-block;
    width: 74%;
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.web_show .logo_box img[data-v-68d7bcd4] {
    width: 100%;
    height: 100%
}

.web_show .download_box[data-v-68d7bcd4] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.web_show .download_box img[data-v-68d7bcd4] {
    width: 100%;
    height: 100%
}

.index_title[data-v-68d7bcd4] {
    background: #fafafa
}

.index_title .top_title[data-v-68d7bcd4] {
    text-align: center;
    padding: 12px 12px 0;
    color: #009688;
    font-size: 28px
}

.index_title .bot_title[data-v-68d7bcd4] {
    text-align: center;
    padding: 0 12px 16px;
    color: #9a9a9a;
    font-size: 16px
}

.my-swipe[data-v-68d7bcd4] {
    height: 500px;
    width: 100%
}

.my-swipe .van-swipe-item[data-v-68d7bcd4] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.my-swipe .back_img[data-v-68d7bcd4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.index_list[data-v-68d7bcd4] {
    width: 100%;
    padding: 20px 0 64px 0;
    box-sizing: border-box;
    background: #fafafa
}

.index_list .list_content[data-v-68d7bcd4] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.index_list .list_content .list_ul[data-v-68d7bcd4] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.list_ul .list_li[data-v-68d7bcd4] {
    width: 50%;
    padding: 4px;
    box-sizing: border-box
}

.list_ul .list_li ol[data-v-68d7bcd4] {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    overflow: hidden
}

.list_ul .list_li ol .list_img_box[data-v-68d7bcd4] {
    width: 100%;
    height: 200px;
    padding: 8px;
    box-sizing: border-box
}

.list_ul .list_li ol .list_img[data-v-68d7bcd4] {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.list_ul .list_li ol .info[data-v-68d7bcd4] {
    height: 58px;
    overflow: hidden;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    color: rgba(0, 0, 0, .87)
}

.list_ul .list_li ol .price[data-v-68d7bcd4] {
    display: inline-block;
    color: #f39839;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box
}

.search_box[data-v-0dfb1948] {
    background: #fafafa;
    padding: 20px 15px 0 15px;
    box-sizing: border-box
}

.search_box input[data-v-0dfb1948] {
    width: 100%;
    color: rgba(0, 0, 0, .87);
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    padding: 0 12px;
    box-sizing: border-box;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: background .3s cubic-bezier(.25, .8, .5, 1);
    border-radius: 2px;
    border: 0
}

.index_list[data-v-0dfb1948] {
    width: 100%;
    padding: 20px 0 64px 0;
    box-sizing: border-box;
    background: #fafafa
}

.index_list .list_content[data-v-0dfb1948] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.index_list .list_content .list_ul[data-v-0dfb1948] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.list_ul .list_li[data-v-0dfb1948] {
    width: 50%;
    padding: 4px;
    box-sizing: border-box
}

.list_ul .list_li ol[data-v-0dfb1948] {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, .87);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 2px;
    overflow: hidden
}

.list_ul .list_li ol .list_img_box[data-v-0dfb1948] {
    width: 100%;
    height: 200px;
    padding: 8px;
    box-sizing: border-box
}

.list_ul .list_li ol .list_img[data-v-0dfb1948] {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.list_ul .list_li ol .info[data-v-0dfb1948] {
    height: 58px;
    overflow: hidden;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    color: rgba(0, 0, 0, .87)
}

.list_ul .list_li ol .price[data-v-0dfb1948] {
    display: inline-block;
    color: #f39839;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box
}

.agree_zz[data-v-36d08a7e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-36d08a7e] {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    overflow: hidden;
    position: relative
}

.branch_title[data-v-36d08a7e] {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff
}

.branch_content[data-v-36d08a7e] {
    padding: 15px 30px 50px 30px;
    box-sizing: border-box
}

.money[data-v-36d08a7e] {
    margin-bottom: 15px;
    font-size: 14px;
    color: #212121
}

.choose_money[data-v-36d08a7e] {
    margin-bottom: 15px;
    display: flex
}

.choose_money ul[data-v-36d08a7e] {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    border-radius: 2px;
    overflow: hidden;
    justify-content: space-between
}

.choose_money ul li[data-v-36d08a7e] {
    padding: 10px 10px;
    font-size: 14px;
    color: #a6a6a6
}

.choose_money ul .active[data-v-36d08a7e] {
    background: #c9c9c9;
    color: #333
}

.stepper[data-v-36d08a7e] {
    margin-bottom: 40px
}

.stepper .van-stepper[data-v-36d08a7e] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.stepper .van-stepper[data-v-36d08a7e] button {
    width: 56px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #f5f5f5;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.stepper .van-stepper[data-v-36d08a7e] .van-stepper__minus:before,
.stepper .van-stepper[data-v-36d08a7e] .van-stepper__plus:before {
    width: 34%;
    height: 1px;
    color: #000
}

.stepper .van-stepper[data-v-36d08a7e] input {
    background: transparent;
    font-size: 24px
}

.agree_box[data-v-36d08a7e] {
    margin: 25px 0 15px
}

.van-checkbox[data-v-36d08a7e] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box[data-v-36d08a7e] .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box[data-v-36d08a7e] .greencolor {
    color: #009688;
    font-weight: 400
}

.close_btn[data-v-36d08a7e] {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff
}

.close_btn button[data-v-36d08a7e] {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    margin: 0 10px 0 20px
}

.agree_title[data-v-36d08a7e] {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree[data-v-36d08a7e] {
    width: 100%;
    height: 75vh;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 15px 15px 60px 15px;
    box-sizing: border-box;
    pointer-events: auto
}

.content_agree p[data-v-36d08a7e] {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #212121
}

.win[data-v-b74b9dc6] {
    padding-bottom: 64px
}

.mine_top[data-v-b74b9dc6] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.mine_top .mine_info[data-v-b74b9dc6] {
    width: 100%;
    background: #009688;
    border-radius: 2px;
    padding: 12px 8px 8px 8px;
    box-sizing: border-box
}

.balance[data-v-b74b9dc6] {
    padding: 12px 8px 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff
}

.mine_info_btn[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

.mine_info_btn .btn button[data-v-b74b9dc6] {
    padding: 0 15px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    background: #f5f5f5;
    margin-right: 10px
}

.mine_info_btn .refresh img[data-v-b74b9dc6] {
    width: 22px;
    height: 22px
}

.one_btn[data-v-b74b9dc6] {
    background: #2196f3 !important;
    color: #fff !important
}

.main .main_nav[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.main .main_nav li[data-v-b74b9dc6] {
    flex: 1;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    opacity: .7
}

.grayback[data-v-b74b9dc6] {
    background: #dcdcdc !important;
    color: #333 !important
}

.main .main_nav li.active[data-v-b74b9dc6] {
    opacity: 1;
    border-bottom: 2px solid #009688
}

.center_text[data-v-b74b9dc6] {
    width: 100%;
    padding: 15px 0 5px;
    background: #fafafa
}

.center_top[data-v-b74b9dc6] {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row
}

.center_top li[data-v-b74b9dc6] {
    width: 50%
}

.center_top li .top_ol[data-v-b74b9dc6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    color: #7d7d7d
}

.center_top li .top_ol img[data-v-b74b9dc6] {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.bot_ol[data-v-b74b9dc6] {
    margin-top: 12px;
    font-size: 22px;
    color: rgba(0, 0, 0, .87)
}

.right_li[data-v-b74b9dc6] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

.bot_ol .countdown .van-count-down[data-v-b74b9dc6] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.bot_ol .countdown span[data-v-b74b9dc6] {
    color: #0f1223;
    margin-left: 5px;
    font-size: 24px
}

.bot_ol .countdown .span[data-v-b74b9dc6] {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 5px;
    background: #f2f2f2
}

.bot_ol .ol_btn button[data-v-b74b9dc6] {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    background: #ff9800;
    color: #fff
}

.btn_center[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    margin-top: 12px
}

.btn_center button[data-v-b74b9dc6] {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.back_one[data-v-b74b9dc6] {
    background: #4caf50;
    color: #fff
}

.back_onee[data-v-b74b9dc6] {
    background: #4caf50;
    color: #fff
}

.back_two[data-v-b74b9dc6] {
    background: #9c27b0;
    color: #fff
}

.back_three[data-v-b74b9dc6] {
    background: #f44336;
    color: #fff
}

.back_threee[data-v-b74b9dc6] {
    background: #f44336;
    color: #fff
}

.back_gv[data-v-b74b9dc6] {
    background: linear-gradient(137.11deg, #6739B6 -9.13%, #6739B6 49.79%, #39B54A 49.8%, #39B54A 107.5%) !important;
    color: #fff
}

.back_rv[data-v-b74b9dc6] {
    background: linear-gradient(137.11deg, #6739B6 -9.13%, #6739B6 49.79%, #E54D42 49.8%, #E54D42 107.5%) !important;
    color: #fff
}

.center_notes[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8px;
    box-sizing: border-box
}

.center_notes li[data-v-b74b9dc6] {
    width: 20%;
    display: flex;
    justify-content: center
}

.center_notes li ol[data-v-b74b9dc6] {
    display: inline-block;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.content[data-v-b74b9dc6] {
    background: #fafafa
}

.content_con[data-v-b74b9dc6] {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    background: #fff;
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 15px
}

.content_title[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #009587;
    padding: 12px 0
}

.content_title img[data-v-b74b9dc6] {
    width: 20px;
    height: 20px
}

.content_title p[data-v-b74b9dc6] {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    margin-top: 10px
}

.parity[data-v-b74b9dc6] {
    width: 100%
}

.parity table[data-v-b74b9dc6] {
    width: 100%;
    border-collapse: collapse
}

.parity table th[data-v-b74b9dc6] {
    width: 20%;
    height: 56px;
    line-height: 56px;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    text-align: center
}

.parity table td[data-v-b74b9dc6] {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center
}

.parity table tr[data-v-b74b9dc6] {
    border-bottom: 1px solid #e0e0e0
}

.parity table tr td span[data-v-b74b9dc6] {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 2px
}

.red[data-v-b74b9dc6] {
    background: #f44336
}

.redcolor[data-v-b74b9dc6] {
    color: #f44336
}

.purple[data-v-b74b9dc6] {
    background: #9c27b0
}

.purplecolor[data-v-b74b9dc6] {
    color: #9c27b0
}

.green[data-v-b74b9dc6] {
    background: #4caf50
}

.greencolor[data-v-b74b9dc6] {
    color: #4caf50
}

.bluecolor[data-v-b74b9dc6] {
    color: #2197f3
}

.pagination[data-v-b74b9dc6] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-b74b9dc6] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-b74b9dc6] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.page_btn[data-v-b74b9dc6] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.myParity_info[data-v-b74b9dc6],
.page_btn .van-icon[data-v-b74b9dc6] {
    font-size: 14px
}

.myParity_info span[data-v-b74b9dc6] {
    margin-right: 20px
}

.success[data-v-b74b9dc6] {
    color: #4caf50
}

.fail[data-v-b74b9dc6] {
    color: #f44336
}

.waitcolor[data-v-b74b9dc6] {
    color: #f39839
}

.myParity .myParity_title[data-v-b74b9dc6] {
    color: #009688;
    font-size: 14px
}

.myParity ul li[data-v-b74b9dc6] {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 15px
}

.myParity ul li ol[data-v-b74b9dc6] {
    width: 50%;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, .87)
}

.myParity_btn[data-v-b74b9dc6] {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.myParity_btn button[data-v-b74b9dc6] {
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #009688;
    color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.orange[data-v-b74b9dc6],
.wait[data-v-b74b9dc6] {
    color: #f39839
}

.agree_zz[data-v-b74b9dc6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-b74b9dc6] {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    overflow: hidden;
    position: relative
}

.agree_title[data-v-b74b9dc6] {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree[data-v-b74b9dc6] {
    width: 100%;
    padding: 15px 15px 60px 15px;
    box-sizing: border-box
}

.content_agree p[data-v-b74b9dc6] {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    padding: 8px;
    box-sizing: border-box
}

.close_btn[data-v-b74b9dc6] {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff
}

.close_btn button[data-v-b74b9dc6] {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.btn_active[data-v-b74b9dc6] {
    background: #dcdcdc !important;
    color: #333 !important
}

.table_loading[data-v-b74b9dc6] {
    width: 100%;
    height: 2px;
    overflow: hidden;
    position: relative
}

.v-progress-linear__bar__indeterminate--active .short[data-v-b74b9dc6] {
    -webkit-animation: indeterminate-short-data-v-b74b9dc6;
    animation: indeterminate-short-data-v-b74b9dc6;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.v-progress-linear__bar__indeterminate--active .long[data-v-b74b9dc6] {
    -webkit-animation: indeterminate-data-v-b74b9dc6;
    animation: indeterminate-data-v-b74b9dc6;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.v-progress-linear__bar__indeterminate .long[data-v-b74b9dc6],
.v-progress-linear__bar__indeterminate .short[data-v-b74b9dc6] {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    will-change: left, right;
    width: auto;
    height: 2px;
    background-color: inherit
}

.primary[data-v-b74b9dc6] {
    background-color: #9c27b0 !important;
    border-color: #9c27b0 !important
}

@-webkit-keyframes indeterminate-data-v-b74b9dc6 {
    0% {
        left: -90%;
        right: 100%
    }
    60% {
        left: -90%;
        right: 100%
    }
    to {
        left: 100%;
        right: -35%
    }
}

@keyframes indeterminate-data-v-b74b9dc6 {
    0% {
        left: -90%;
        right: 100%
    }
    60% {
        left: -90%;
        right: 100%
    }
    to {
        left: 100%;
        right: -35%
    }
}

@-webkit-keyframes indeterminate-short-data-v-b74b9dc6 {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short-data-v-b74b9dc6 {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

.mine[data-v-ecfa0006] {
    padding-bottom: 64px;
    background: #fafafa
}

.mine_top[data-v-ecfa0006] {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    background: #fff
}

.mine_top .mine_info[data-v-ecfa0006] {
    width: 100%;
    background: #009688;
    border-radius: 2px;
    padding: 12px 8px 8px 8px;
    box-sizing: border-box
}

.mine_info_top[data-v-ecfa0006] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.info_left[data-v-ecfa0006] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.info_left img[data-v-ecfa0006] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #424242;
    margin: 0 5px 0 13px;
    border: 0;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12) !important
}

.info_left ul[data-v-ecfa0006] {
    color: #fff;
    font-size: 14px;
    margin-left: 15px
}

.info_left ul li[data-v-ecfa0006] {
    line-height: 22px
}

.info_right .notice[data-v-ecfa0006] {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.info_right .notice img[data-v-ecfa0006] {
    width: 20px;
    height: 20px
}

.mobile[data-v-ecfa0006] {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px
}

.balance[data-v-ecfa0006] {
    padding: 0 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff
}

.mine_info_btn button[data-v-ecfa0006] {
    padding: 0 8px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    border: 0;
    border-radius: 2px;
    background: #f5f5f5;
    margin-right: 8px
}

.mine_info_btn button[data-v-ecfa0006]:last-child {
    margin-right: 0
}

.threebtn[data-v-ecfa0006] {
    background: #33cbba !important;
    color: #fff !important
}

.one_btn[data-v-ecfa0006] {
    background: #2196f3 !important;
    color: #fff !important
}

.mine_nav[data-v-ecfa0006] {
    padding: 8px 0;
    background: #fff;
    margin-top: 2px
}

.mine_nav ul li[data-v-ecfa0006] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    box-sizing: border-box
}

.mine_nav ul li ol[data-v-ecfa0006] {
    display: flex;
    align-items: center
}

.mine_nav ul li ol img[data-v-ecfa0006] {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.mine_nav ul li ol span[data-v-ecfa0006] {
    font-size: 16px;
    color: #4e4e4e
}

.mine_nav ul li ol .van-icon[data-v-ecfa0006] {
    font-size: 16px;
    color: #757575
}

.goout_box[data-v-ecfa0006] {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa
}

.goout_box button[data-v-ecfa0006] {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    width: 50%
}

.van-collapse[data-v-ecfa0006] {
    width: 100%
}

[class*=van-hairline][data-v-ecfa0006]:after {
    border: 0
}

.van-collapse-item[data-v-ecfa0006] .van-cell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.van-collapse-item[data-v-ecfa0006] .van-cell:after {
    border-bottom: 0
}

.van-collapse-item[data-v-ecfa0006] .van-cell__title {
    display: flex;
    flex-direction: row
}

.van-collapse-item[data-v-ecfa0006] img {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.nav_name[data-v-ecfa0006] {
    font-size: 16px;
    color: #4e4e4e
}

.nav_content[data-v-ecfa0006] {
    padding: 12px 15px 12px 33px;
    font-size: 16px;
    color: #4e4e4e
}

.van-collapse-item[data-v-ecfa0006] .van-collapse-item__content {
    padding: 12px 16px 0
}

.notice_zz[data-v-ecfa0006] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-ecfa0006] {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 70%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.tz_title[data-v-ecfa0006] {
    font-size: 24px;
    padding: 15px
}

.tz_info[data-v-ecfa0006] {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close[data-v-ecfa0006] {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button[data-v-ecfa0006] {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.special_wrapper[data-v-ecfa0006] {
    width: 80%
}

.special[data-v-ecfa0006] {
    padding: 5px 0 15px
}

.input_box[data-v-ecfa0006] {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px 0
}

.input_box span[data-v-ecfa0006] {
    font-size: 12px;
    color: #757575
}

.input_box input[data-v-ecfa0006] {
    width: 100%;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #949494;
    padding: 10px 0 5px 0
}

.signinInfo[data-v-ecfa0006] {
    margin-bottom: 10px
}

.signinInfo .signinfo[data-v-ecfa0006] {
    padding: 10px 0 10px 20px
}

.mine_top_items[data-v-ecfa0006] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 16px;
    padding: 20px 0
}

.top_item[data-v-ecfa0006] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.top_item>div[data-v-ecfa0006] {
    margin-bottom: 5px
}

.top_item>button[data-v-ecfa0006] {
    border-color: #2196f3 !important;
    padding: 0 8px;
    margin-top: 5px;
    width: 80px;
    font-size: 14px
}

.product[data-v-d9b4e5ea] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-d9b4e5ea] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-d9b4e5ea],
.top_nav[data-v-d9b4e5ea] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-d9b4e5ea] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-d9b4e5ea] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.swiper_box[data-v-d9b4e5ea] {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding-top: 10px;
    box-sizing: border-box
}

.my-swipe[data-v-d9b4e5ea] {
    height: 490px;
    width: 100%;
    background: #fafafa
}

.my-swipe .van-swipe-item[data-v-d9b4e5ea] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.my-swipe .back_img[data-v-d9b4e5ea] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.custom-indicator[data-v-d9b4e5ea] {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 5px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-indicator span[data-v-d9b4e5ea] {
    display: inline-block;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px
}

.custom-indicator span i[data-v-d9b4e5ea] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .5)
}

.i_active[data-v-d9b4e5ea] {
    width: 28px;
    height: 28px
}

.product_info[data-v-d9b4e5ea] {
    padding: 15px 0
}

.product_info .info[data-v-d9b4e5ea] {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5
}

.product_info .price[data-v-d9b4e5ea] {
    font-size: 18px;
    color: #f39839
}

.goshop_btn[data-v-d9b4e5ea],
.product_info .price[data-v-d9b4e5ea] {
    padding: 8px 15px;
    box-sizing: border-box
}

.goshop_btn button[data-v-d9b4e5ea] {
    padding: 10px 15px;
    border: 0;
    background: #f39839;
    color: #fff;
    font-size: 14px;
    border-radius: 4px
}

.disabled_btn[data-v-d9b4e5ea] {
    background: #dcdcdc !important;
    color: rgba(0, 0, 0, .26) !important
}

.table_info[data-v-d9b4e5ea] {
    background: #fff;
    width: 100%
}

.table_info table[data-v-d9b4e5ea] {
    width: 100%;
    border-collapse: collapse
}

.table_info table tr[data-v-d9b4e5ea] {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px
}

.table_info table tr[data-v-d9b4e5ea]:last-child {
    border-bottom: 0
}

.table_info table tr th[data-v-d9b4e5ea] {
    color: #a3a3a3
}

.table_info table tr td[data-v-d9b4e5ea],
.table_info table tr th[data-v-d9b4e5ea] {
    width: 50%;
    padding: 0 15px 0 8%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5
}

.recharge[data-v-9bb28996] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-9bb28996] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-9bb28996],
.top_nav[data-v-9bb28996] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-9bb28996] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-9bb28996] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-9bb28996] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-9bb28996] {
    width: 25px;
    height: 25px
}

.recharge_box[data-v-9bb28996] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.top_text[data-v-9bb28996] {
    padding: 15px;
    box-sizing: border-box;
    text-align: center
}

.top_text span[data-v-9bb28996],
.top_text[data-v-9bb28996] {
    font-size: 24px;
    font-weight: 400
}

.code_input_box[data-v-9bb28996] {
    width: 100%;
    display: flex;
    justify-content: center
}

.code_input[data-v-9bb28996] {
    width: 95%;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: background .3s cubic-bezier(.25, .8, .5, 1);
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.code_input img[data-v-9bb28996] {
    width: 22px;
    height: 22px;
    margin-right: 5px
}

.code_input input[data-v-9bb28996] {
    width: 90%;
    font-size: 14px;
    border: 0
}

.amount_list[data-v-9bb28996] {
    width: 100%;
    padding: 25px 10% 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.amount_list button[data-v-9bb28996] {
    width: 28%;
    margin: 5px 5px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    background: #f5f5f5;
    border: 0
}

.payment_box[data-v-9bb28996] {
    width: 100%;
    padding-left: 4%;
    box-sizing: border-box
}

.payment_box[data-v-9bb28996] .van-radio__icon--checked .van-icon {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    width: 25px;
    display: inline-block
}

.payment_box[data-v-9bb28996] .van-radio__icon .van-icon {
    border: transparent;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio[data-v-9bb28996] {
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.payment_text[data-v-9bb28996] {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #757575
}

.van-radio[data-v-9bb28996] .text {
    margin-left: 30px;
    display: inline-block;
    color: #212121
}

.recharge_btn[data-v-9bb28996] {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px
}

.recharge_btn button[data-v-9bb28996] {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    padding: 14px 0;
    text-align: center;
    width: 52%
}

.choose_active[data-v-9bb28996] {
    background: #2196f3 !important;
    color: #fff !important;
    border-radius: 2px
}

.recharge[data-v-2cbd0c10] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-2cbd0c10] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-2cbd0c10],
.top_nav[data-v-2cbd0c10] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-2cbd0c10] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-2cbd0c10] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-2cbd0c10] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-2cbd0c10] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-2cbd0c10] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-2cbd0c10] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-2cbd0c10] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-2cbd0c10] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-2cbd0c10] {
    font-size: 14px
}

.choose_page[data-v-2cbd0c10] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-2cbd0c10] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-2cbd0c10] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-2cbd0c10] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-2cbd0c10] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-2cbd0c10] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-2cbd0c10] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-2cbd0c10] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-2cbd0c10] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-2cbd0c10]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-2cbd0c10] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-2cbd0c10] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-2cbd0c10] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-2cbd0c10],
.list_box li ol .times[data-v-2cbd0c10] {
    color: #757575
}

.recharge[data-v-5ac41059] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-5ac41059] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-5ac41059],
.top_nav[data-v-5ac41059] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-5ac41059] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-5ac41059] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-5ac41059] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-5ac41059] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-5ac41059] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-5ac41059] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-5ac41059] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-5ac41059] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-5ac41059] {
    font-size: 14px
}

.choose_page[data-v-5ac41059] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-5ac41059] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-5ac41059] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-5ac41059] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-5ac41059] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-5ac41059] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-5ac41059] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-5ac41059] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-5ac41059] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-5ac41059]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-5ac41059] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-5ac41059] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-5ac41059] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-5ac41059],
.list_box li ol .times[data-v-5ac41059] {
    color: #757575
}

.notice_zz[data-v-5ac41059] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-5ac41059] {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 70%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.tz_title[data-v-5ac41059] {
    font-size: 18px;
    padding: 15px
}

.tz_info[data-v-5ac41059] {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close[data-v-5ac41059] {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button[data-v-5ac41059] {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info[data-v-5ac41059] {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.recharge[data-v-1301ec90] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-1301ec90] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-1301ec90],
.top_nav[data-v-1301ec90] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-1301ec90] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-1301ec90] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-1301ec90] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-1301ec90] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-1301ec90] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-1301ec90] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-1301ec90] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-1301ec90] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-1301ec90] {
    font-size: 14px
}

.choose_page[data-v-1301ec90] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-1301ec90] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-1301ec90] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-1301ec90] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-1301ec90] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-1301ec90] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-1301ec90] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-1301ec90] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-1301ec90] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-1301ec90]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-1301ec90] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-1301ec90] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-1301ec90] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-1301ec90],
.list_box li ol .times[data-v-1301ec90] {
    color: #757575
}

.notice_zz[data-v-1301ec90] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-1301ec90] {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 70%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.tz_title[data-v-1301ec90] {
    font-size: 18px;
    padding: 15px
}

.tz_info[data-v-1301ec90] {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close[data-v-1301ec90] {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button[data-v-1301ec90] {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info[data-v-1301ec90] {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.recharge[data-v-54456dc4] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-54456dc4] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    justify-content: space-between
}

.top_nav .left[data-v-54456dc4],
.top_nav[data-v-54456dc4] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-54456dc4] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-54456dc4] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.orders_nav[data-v-54456dc4] {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .55);
    background: #009688;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 15px;
    box-sizing: border-box
}

.orders_nav li[data-v-54456dc4] {
    padding: 0 12px
}

.active[data-v-54456dc4] {
    border-bottom: 4px solid #fff;
    color: #fff !important
}

.shadow_box[data-v-54456dc4] {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.con_box .content[data-v-54456dc4] {
    padding: 15px;
    box-sizing: border-box
}

.recharge[data-v-309ccc10] {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-309ccc10] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-309ccc10],
.top_nav[data-v-309ccc10] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-309ccc10] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-309ccc10] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-309ccc10] {
    padding: 24px;
    box-sizing: border-box
}

.input_box[data-v-309ccc10] {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 48px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 35px;
    position: relative
}

.input_box span[data-v-309ccc10] {
    font-size: 16px
}

.input_box img[data-v-309ccc10] {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input[data-v-309ccc10] {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn[data-v-309ccc10] {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn[data-v-309ccc10] {
    width: 240px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #009688;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.two_btn[data-v-309ccc10] {
    width: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn button[data-v-309ccc10] {
    padding: 0 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.tips_span[data-v-309ccc10] {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge[data-v-14ed88ba] {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-14ed88ba] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-14ed88ba],
.top_nav[data-v-14ed88ba] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-14ed88ba] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-14ed88ba] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-14ed88ba] {
    padding: 24px;
    box-sizing: border-box
}

.input_box[data-v-14ed88ba] {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 48px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 35px;
    position: relative
}

.special_box[data-v-14ed88ba] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.gocode[data-v-14ed88ba] {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode[data-v-14ed88ba],
.gocode_time[data-v-14ed88ba] {
    width: 26%;
    height: 46px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    line-height: 46px;
    border-radius: 2px;
    margin-bottom: 24px;
    border: 0;
    text-align: center
}

.gocode_time[data-v-14ed88ba] {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.input_box img[data-v-14ed88ba] {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input[data-v-14ed88ba] {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn[data-v-14ed88ba] {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn[data-v-14ed88ba] {
    width: 65%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #009688;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.two_btn[data-v-14ed88ba] {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn button[data-v-14ed88ba] {
    padding: 0 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.van-checkbox[data-v-14ed88ba] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box[data-v-14ed88ba] .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box[data-v-14ed88ba] .greencolor {
    color: #009688;
    font-weight: 400
}

.agree_zz[data-v-14ed88ba] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-14ed88ba] {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    height: 90vh;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    overflow: hidden;
    position: relative
}

.agree_title[data-v-14ed88ba] {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree[data-v-14ed88ba] {
    width: 100%;
    height: 75vh;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 15px 15px 50px 15px;
    box-sizing: border-box;
    pointer-events: auto
}

ul[data-v-14ed88ba] {
    padding: 0 15px;
    box-sizing: border-box
}

li[data-v-14ed88ba],
ol[data-v-14ed88ba],
ul[data-v-14ed88ba] {
    list-style: disc;
    font-size: 14px
}

h1[data-v-14ed88ba] {
    font-size: 24px
}

h2[data-v-14ed88ba] {
    font-size: 18px
}

h3[data-v-14ed88ba] {
    font-size: 14px
}

strong[data-v-14ed88ba] {
    font-size: 14px;
    font-weight: 700
}

.content_agree p[data-v-14ed88ba] {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.close_btn[data-v-14ed88ba] {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff
}

.close_btn button[data-v-14ed88ba] {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.tips_span[data-v-14ed88ba] {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge[data-v-3f8e6080] {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-3f8e6080] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-3f8e6080],
.top_nav[data-v-3f8e6080] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-3f8e6080] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-3f8e6080] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-3f8e6080] {
    padding: 24px;
    box-sizing: border-box
}

.input_box[data-v-3f8e6080] {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 48px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 35px;
    position: relative
}

.special_box[data-v-3f8e6080] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.gocode[data-v-3f8e6080] {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode[data-v-3f8e6080],
.gocode_time[data-v-3f8e6080] {
    width: 26%;
    height: 46px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    line-height: 46px;
    border-radius: 2px;
    margin-bottom: 24px;
    border: 0;
    text-align: center
}

.gocode_time[data-v-3f8e6080] {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.input_box img[data-v-3f8e6080] {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input[data-v-3f8e6080] {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn[data-v-3f8e6080] {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn[data-v-3f8e6080] {
    width: 65%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #009688;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.two_btn[data-v-3f8e6080] {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn button[data-v-3f8e6080] {
    padding: 0 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms
}

.van-checkbox[data-v-3f8e6080] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box[data-v-3f8e6080] .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box[data-v-3f8e6080] .greencolor {
    color: #009688;
    font-weight: 400
}

.tips_span[data-v-3f8e6080] {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.promotion[data-v-aa6d4f0a] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-aa6d4f0a] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-aa6d4f0a],
.top_nav[data-v-aa6d4f0a] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-aa6d4f0a] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-aa6d4f0a] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-aa6d4f0a] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-aa6d4f0a] {
    width: 25px;
    height: 25px
}

.pro_content[data-v-aa6d4f0a] {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.container[data-v-aa6d4f0a] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff
}

.container .headline[data-v-aa6d4f0a] {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.container .headline span[data-v-aa6d4f0a] {
    font-size: 24px;
    font-weight: 400
}

.level_box[data-v-aa6d4f0a] {
    background: #fff
}

.level_content[data-v-aa6d4f0a] {
    width: 100%
}

.level_content .level_list[data-v-aa6d4f0a] {
    padding: 15px;
    box-sizing: border-box
}

.level_content .level_list .layout[data-v-aa6d4f0a] {
    width: 100%;
    display: flex;
    flex-direction: row
}

.level_list .layout li[data-v-aa6d4f0a] {
    width: 50%
}

.level_list .layout li ol[data-v-aa6d4f0a] {
    text-align: center;
    font-size: 16px;
    color: #757575
}

.level_list .layout li .two_ol[data-v-aa6d4f0a] {
    font-size: 22px;
    color: rgba(0, 0, 0, .87);
    line-height: 1.5
}

.layout_bot[data-v-aa6d4f0a] {
    padding: 15px 0;
    position: relative
}

.dep_btn[data-v-aa6d4f0a] {
    position: absolute;
    left: 65%;
    border-color: #2196f3 !important;
    padding: 0 12px;
    width: 80px;
    font-size: 14px;
    border-radius: 5px
}

.one_btn[data-v-aa6d4f0a] {
    background: #2196f3 !important;
    color: #fff !important
}

.layout_bot .bot_list[data-v-aa6d4f0a] {
    border-bottom: 1px solid #949494;
    padding: 15px 0 12px
}

.bot_list .titles[data-v-aa6d4f0a] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 5px
}

.bot_list .answer[data-v-aa6d4f0a] {
    font-size: 16px;
    font-weight: 400
}

.heights[data-v-aa6d4f0a] {
    height: 70px;
    line-height: 1.5
}

.openlink[data-v-aa6d4f0a] {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.openlink button[data-v-aa6d4f0a] {
    width: 50%;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.right_zz[data-v-aa6d4f0a] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent
}

.right_zz .wrapper[data-v-aa6d4f0a] {
    background: #fff;
    padding: 16px 15px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    position: absolute;
    top: 7%;
    right: 3%
}

.right_zz .right_nav li[data-v-aa6d4f0a] {
    padding: 15px 0;
    font-size: 15px
}

.new_table[data-v-aa6d4f0a] {
    width: 100%;
    background: #fff;
    padding: 0 15px 20px;
    box-sizing: border-box
}

.new_table .table_ul[data-v-aa6d4f0a] {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden
}

.new_table .table_ul .table_head ol[data-v-aa6d4f0a] {
    font-size: 12px
}

.new_table .table_ul .table_body[data-v-aa6d4f0a] {
    font-size: 14px
}

.new_table .table_ul li[data-v-aa6d4f0a] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.new_table .table_ul li ol[data-v-aa6d4f0a] {
    width: 23.3%;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.new_table .table_ul li ol[data-v-aa6d4f0a]:first-child {
    width: 12%
}

.new_table .table_ul li ol[data-v-aa6d4f0a]:last-child {
    width: 18%
}

.van-tabs__nav.van-tabs__line[data-v-aa6d4f0a] {
    display: none !important
}

.pagination[data-v-aa6d4f0a] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-aa6d4f0a] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-aa6d4f0a] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-aa6d4f0a] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-aa6d4f0a] {
    font-size: 14px
}

.child_items[data-v-aa6d4f0a] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #ddd
}

.child_item[data-v-aa6d4f0a] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex: 1;
    padding: 12px 0
}

.notice_zz[data-v-aa6d4f0a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper[data-v-aa6d4f0a] {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 70%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.tz_title[data-v-aa6d4f0a] {
    font-size: 18px;
    padding: 15px
}

.tz_info[data-v-aa6d4f0a] {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close[data-v-aa6d4f0a] {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button[data-v-aa6d4f0a] {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info[data-v-aa6d4f0a] {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.deposit[data-v-84dc3080] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-84dc3080] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-84dc3080],
.top_nav[data-v-84dc3080] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-84dc3080] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-84dc3080] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-84dc3080] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-84dc3080] {
    width: 25px;
    height: 25px
}

.container[data-v-84dc3080] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    text-align: center
}

.container .headline[data-v-84dc3080] {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.container .headline span[data-v-84dc3080] {
    font-size: 24px;
    font-weight: 400
}

.dep_btn[data-v-84dc3080] {
    border-color: #2196f3 !important;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 5px;
    background: #2196f3;
    color: #fff;
    margin-top: 10px
}

.recharge[data-v-a26e082a] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-a26e082a] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-a26e082a],
.top_nav[data-v-a26e082a] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-a26e082a] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-a26e082a] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-a26e082a] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-a26e082a] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-a26e082a] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-a26e082a] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-a26e082a] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-a26e082a] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-a26e082a] {
    font-size: 14px
}

.choose_page[data-v-a26e082a] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-a26e082a] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-a26e082a] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-a26e082a] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-a26e082a] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-a26e082a] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-a26e082a] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-a26e082a] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-a26e082a] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-a26e082a]:last-child {
    border-bottom: 0
}

.list_box li ol p[data-v-a26e082a] {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon[data-v-a26e082a] {
    display: flex;
    justify-content: flex-end
}

.list_box li ol .icon img[data-v-a26e082a] {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum[data-v-a26e082a] {
    color: #757575
}

.list_box li ol .times[data-v-a26e082a] {
    color: #757575;
    font-size: 12px
}

.recharge[data-v-c85e020e] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-c85e020e] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-c85e020e],
.top_nav[data-v-c85e020e] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-c85e020e] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-c85e020e] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-c85e020e] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-c85e020e] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-c85e020e] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-c85e020e] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-c85e020e] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-c85e020e] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-c85e020e] {
    font-size: 14px
}

.choose_page[data-v-c85e020e] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-c85e020e] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-c85e020e] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-c85e020e] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-c85e020e] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-c85e020e] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-c85e020e] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-c85e020e] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-c85e020e] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-c85e020e]:last-child {
    border-bottom: 0
}

.list_box li ol p[data-v-c85e020e] {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon[data-v-c85e020e] {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.list_box li ol .icon img[data-v-c85e020e] {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum[data-v-c85e020e] {
    color: #757575
}

.list_box li ol .times[data-v-c85e020e] {
    color: #757575;
    font-size: 12px
}

.recharge[data-v-51265586] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-51265586] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-51265586],
.top_nav[data-v-51265586] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-51265586] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-51265586] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-51265586] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-51265586] {
    width: 25px;
    height: 25px
}

.recharge_box[data-v-51265586] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.top_text[data-v-51265586] {
    padding: 15px;
    box-sizing: border-box;
    text-align: center
}

.top_text span[data-v-51265586],
.top_text[data-v-51265586] {
    font-size: 24px;
    font-weight: 400
}

.code_input_box[data-v-51265586] {
    width: 100%;
    display: flex;
    justify-content: center
}

.code_input[data-v-51265586] {
    width: 95%;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: background .3s cubic-bezier(.25, .8, .5, 1);
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.code_input img[data-v-51265586] {
    width: 22px;
    height: 22px;
    margin-right: 5px
}

.code_input input[data-v-51265586] {
    width: 90%;
    font-size: 14px;
    border: 0
}

.text_field[data-v-51265586] {
    padding: 30px 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #212121
}

.payment_box[data-v-51265586] {
    width: 100%;
    padding-left: 4%;
    box-sizing: border-box;
    margin-bottom: 10px
}

.payment_box[data-v-51265586] .van-radio__icon--checked .van-icon {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    width: 25px;
    display: inline-block
}

.payment_box[data-v-51265586] .van-radio__icon .van-icon {
    border: transparent;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio[data-v-51265586] {
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.payment_text[data-v-51265586] {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #757575
}

.van-radio[data-v-51265586] .text {
    margin-left: 30px;
    display: inline-block;
    color: #212121
}

.add_card[data-v-51265586] {
    margin-bottom: 5px
}

.add_card .van-collapse[data-v-51265586] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box
}

[class*=van-hairline][data-v-51265586]:after {
    border: 0
}

.van-collapse-item[data-v-51265586] .van-cell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.van-collapse-item[data-v-51265586] .van-cell:after {
    border-bottom: 0
}

.van-collapse-item[data-v-51265586] .van-cell__title {
    display: flex;
    flex-direction: row
}

.van-collapse-item[data-v-51265586] img {
    width: 24px;
    height: 24px;
    margin-right: 38px
}

.nav_name[data-v-51265586] {
    font-size: 14px;
    color: #4e4e4e
}

.nav_content[data-v-51265586] {
    padding: 12px 15px 12px 48px;
    font-size: 14px;
    color: #4e4e4e
}

.van-collapse-item[data-v-51265586] .van-collapse-item__content {
    padding: 12px 16px 0
}

.van-collapse-item[data-v-51265586] .van-collapse-item__wrapper {
    border-bottom: 1px solid #e0e0e0
}

.password_box[data-v-51265586] {
    padding: 15px;
    box-sizing: border-box
}

.box_border[data-v-51265586] {
    border-bottom: 1px solid #949494;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px
}

.password_box .box_border img[data-v-51265586] {
    width: 24px;
    height: 24px
}

.password_box .box_border input[data-v-51265586] {
    width: 90%;
    border: 0;
    font-size: 14px
}

.recharge_btn[data-v-51265586] {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px
}

.recharge_btn button[data-v-51265586] {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    padding: 14px 0;
    text-align: center;
    width: 52%
}

.recharge[data-v-62a71d62] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-62a71d62] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-62a71d62],
.top_nav[data-v-62a71d62] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-62a71d62] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-62a71d62] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-62a71d62] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-62a71d62] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-62a71d62] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-62a71d62] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-62a71d62] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-62a71d62] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-62a71d62] {
    font-size: 14px
}

.choose_page[data-v-62a71d62] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-62a71d62] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-62a71d62] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-62a71d62] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-62a71d62] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-62a71d62] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-62a71d62] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-62a71d62] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-62a71d62] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-62a71d62]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-62a71d62] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-62a71d62] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-62a71d62] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-62a71d62],
.list_box li ol .times[data-v-62a71d62] {
    color: #757575
}

.recharge[data-v-2a6a9292] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-2a6a9292] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-2a6a9292],
.top_nav[data-v-2a6a9292] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-2a6a9292] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-2a6a9292] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box[data-v-2a6a9292] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-2a6a9292] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-2a6a9292] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-2a6a9292] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-2a6a9292] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-2a6a9292] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-2a6a9292] {
    font-size: 14px
}

.choose_page[data-v-2a6a9292] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-2a6a9292] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-2a6a9292] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-2a6a9292] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-2a6a9292] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-2a6a9292] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-2a6a9292] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-2a6a9292] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-2a6a9292] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-2a6a9292]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-2a6a9292] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-2a6a9292] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-2a6a9292] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-2a6a9292],
.list_box li ol .times[data-v-2a6a9292] {
    color: #757575
}

.bankcard[data-v-be68bb7c] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-be68bb7c] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-be68bb7c],
.top_nav[data-v-be68bb7c] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-be68bb7c] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-be68bb7c] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-be68bb7c] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-be68bb7c] {
    width: 24px;
    height: 24px
}

.address_list[data-v-be68bb7c] {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #fff
}

.list_ul li[data-v-be68bb7c] {
    padding: 15px 10px 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc
}

.list_ul li .left_icon[data-v-be68bb7c] {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .left_icon img[data-v-be68bb7c] {
    width: 40px;
    height: 40px
}

.list_ul li .center[data-v-be68bb7c] {
    width: 72%
}

.list_ul li .center .name[data-v-be68bb7c] {
    font-size: 16px
}

.list_ul li .center .info_text[data-v-be68bb7c] {
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.list_ul li .right_icon[data-v-be68bb7c] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .right_icon img[data-v-be68bb7c] {
    width: 24px;
    height: 24px
}

.popup_box[data-v-be68bb7c] {
    padding: 20px 20px;
    box-sizing: border-box
}

.popup_box .popup_title[data-v-be68bb7c] {
    font-size: 14px;
    color: #757575
}

.popup_ul li[data-v-be68bb7c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 10px 0;
    box-sizing: border-box
}

.popup_ul li img[data-v-be68bb7c] {
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.delete_zz[data-v-be68bb7c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s cubic-bezier(.25, .8, .25, 1)
}

.warpper[data-v-be68bb7c] {
    width: 70%;
    border-radius: 4px;
    background: #fff;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.warpper .title[data-v-be68bb7c] {
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400
}

.warpper .text[data-v-be68bb7c] {
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    color: #505050
}

.warpper .bot_btn[data-v-be68bb7c] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 8px 15px;
    box-sizing: border-box
}

.warpper .bot_btn button[data-v-be68bb7c] {
    background: transparent;
    color: #757575;
    font-size: 14px;
    border: 0;
    height: 36px;
    line-height: 36px;
    margin-left: 30px
}

.warpper .bot_btn .btn[data-v-be68bb7c] {
    color: #e53935 !important
}

.addbankcard[data-v-b351b8b8] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-b351b8b8] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-b351b8b8],
.top_nav[data-v-b351b8b8] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-b351b8b8] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-b351b8b8] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card[data-v-b351b8b8] {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li[data-v-b351b8b8] {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p[data-v-b351b8b8] {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input[data-v-b351b8b8] {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.v-label-active[data-v-b351b8b8] {
    transform: translateY(-18px) scale(.75)
}

.teal-text[data-v-b351b8b8] {
    color: #009688;
    caret-color: #009688
}

.continue_btn[data-v-b351b8b8] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button[data-v-b351b8b8] {
    width: 65%;
    padding: 12px 0;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #009688;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.h_active[data-v-b351b8b8] {
    border-bottom: 1px solid red !important
}

.gocode[data-v-b351b8b8] {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode[data-v-b351b8b8],
.gocode_time[data-v-b351b8b8] {
    height: 46px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 0 12px;
    line-height: 46px;
    border-radius: 2px;
    border: 0;
    text-align: center
}

.gocode_time[data-v-b351b8b8] {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.tips_span[data-v-b351b8b8] {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -1px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge[data-v-2ff24370] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-2ff24370] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-2ff24370],
.top_nav[data-v-2ff24370] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-2ff24370] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-2ff24370] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-2ff24370] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-2ff24370] {
    width: 24px;
    height: 24px
}

.address_list[data-v-2ff24370] {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #fff
}

.list_ul li[data-v-2ff24370] {
    padding: 15px 10px 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc
}

.list_ul li .left_icon[data-v-2ff24370] {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .left_icon img[data-v-2ff24370] {
    width: 40px;
    height: 40px
}

.list_ul li .center[data-v-2ff24370] {
    width: 72%
}

.list_ul li .center .name[data-v-2ff24370] {
    font-size: 16px
}

.list_ul li .center .info_text[data-v-2ff24370] {
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.list_ul li .right_icon[data-v-2ff24370] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .right_icon img[data-v-2ff24370] {
    width: 24px;
    height: 24px
}

.popup_box[data-v-2ff24370] {
    padding: 20px 20px;
    box-sizing: border-box
}

.popup_box .popup_title[data-v-2ff24370] {
    font-size: 14px;
    color: #757575
}

.popup_ul li[data-v-2ff24370] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 10px 0;
    box-sizing: border-box
}

.popup_ul li img[data-v-2ff24370] {
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.addbankcard[data-v-17c9741c] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-17c9741c] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-17c9741c],
.top_nav[data-v-17c9741c] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-17c9741c] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-17c9741c] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card[data-v-17c9741c] {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li[data-v-17c9741c] {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p[data-v-17c9741c] {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input[data-v-17c9741c] {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li input[data-v-17c9741c]:focus {
    border-bottom: 1px solid #009688
}

.v-label-active[data-v-17c9741c] {
    transform: translateY(-18px) scale(.75)
}

.teal-text[data-v-17c9741c] {
    color: #009688;
    caret-color: #009688
}

.continue_btn[data-v-17c9741c] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button[data-v-17c9741c] {
    width: 65%;
    padding: 12px 0;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #009688;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.complaints[data-v-483dad1f] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-483dad1f] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-483dad1f],
.top_nav[data-v-483dad1f] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-483dad1f] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-483dad1f] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-483dad1f] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-483dad1f] {
    width: 24px;
    height: 24px
}

.completed_nav[data-v-483dad1f] {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #009688;
    position: relative
}

.completed_nav li[data-v-483dad1f] {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.completed_nav .li_line[data-v-483dad1f] {
    width: 48%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.content .recharge_box[data-v-483dad1f] {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-483dad1f] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-483dad1f] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-483dad1f] {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-483dad1f] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-483dad1f] {
    width: 46%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-483dad1f] {
    font-size: 14px
}

.choose_page[data-v-483dad1f] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-483dad1f] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-483dad1f] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-483dad1f] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-483dad1f] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-483dad1f] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-483dad1f] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-483dad1f] {
    padding: 0 20px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-483dad1f] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-483dad1f]:last-child {
    border-bottom: 0
}

.list_box li ol p[data-v-483dad1f] {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon[data-v-483dad1f] {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.list_box li ol .icon img[data-v-483dad1f] {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum[data-v-483dad1f] {
    color: #757575
}

.list_box li ol .times[data-v-483dad1f] {
    color: #757575;
    font-size: 12px
}

.agree_zz[data-v-483dad1f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.wrapper[data-v-483dad1f] {
    background: #fff;
    border-radius: 4px;
    width: 90%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    overflow: hidden;
    position: relative
}

.agree_title[data-v-483dad1f] {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree[data-v-483dad1f] {
    width: 100%;
    padding: 15px 15px 60px 15px;
    box-sizing: border-box
}

.input_card .card_ul[data-v-483dad1f] {
    padding-bottom: 50px
}

.input_card .card_ul li[data-v-483dad1f] {
    padding: 15px 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p[data-v-483dad1f] {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input[data-v-483dad1f],
.input_card .card_ul li textarea[data-v-483dad1f] {
    background: transparent;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #919191;
    padding-bottom: 4px
}

.input_card .card_ul li textarea[data-v-483dad1f] {
    height: 60px
}

.close_btn[data-v-483dad1f] {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff
}

.close_btn button[data-v-483dad1f] {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.tips[data-v-483dad1f] {
    padding: 10px 15px 20px;
    box-sizing: border-box;
    font-size: 14px
}

.addbankcard[data-v-471d7b07] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-471d7b07] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-471d7b07],
.top_nav[data-v-471d7b07] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-471d7b07] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-471d7b07] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card[data-v-471d7b07] {
    width: 100%;
    padding: 15px 15px 20px 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.input_card .card_ul li[data-v-471d7b07] {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p[data-v-471d7b07] {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li .van-cell[data-v-471d7b07] {
    padding: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li .van-cell[data-v-471d7b07] .van-field__body {
    position: relative
}

.input_card .card_ul li .van-cell[data-v-471d7b07] .van-field__body:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border: 4px solid;
    border-color: transparent transparent #757575 #757575;
    transform: rotate(-45deg);
    opacity: .8;
    content: ""
}

.input_card .card_ul li input[data-v-471d7b07],
.input_card .card_ul li textarea[data-v-471d7b07] {
    background: transparent;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li textarea[data-v-471d7b07] {
    padding-bottom: 4px;
    height: 60px
}

.v-label-active[data-v-471d7b07] {
    transform: translateY(-18px) scale(.75)
}

.teal-text[data-v-471d7b07] {
    color: #009688;
    caret-color: #009688
}

.continue_btn[data-v-471d7b07] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button[data-v-471d7b07] {
    width: 65%;
    padding: 12px 0;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #009688;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.tips[data-v-471d7b07] {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    padding: 10px 0;
    text-align: center
}

.privacypolicy[data-v-4af9315c] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-4af9315c] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-4af9315c],
.top_nav[data-v-4af9315c] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-4af9315c] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-4af9315c] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content_agree[data-v-4af9315c] {
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    pointer-events: auto;
    background: #fafafa;
    line-height: 1.5
}

ul[data-v-4af9315c] {
    padding: 0 15px;
    box-sizing: border-box
}

li[data-v-4af9315c],
ol[data-v-4af9315c],
ul[data-v-4af9315c] {
    list-style: disc;
    font-size: 14px
}

h1[data-v-4af9315c] {
    font-size: 24px
}

h2[data-v-4af9315c] {
    font-size: 18px
}

h3[data-v-4af9315c] {
    font-size: 14px
}

strong[data-v-4af9315c] {
    font-size: 14px;
    font-weight: 700
}

.content_agree p[data-v-4af9315c] {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.riskagreement[data-v-1dce78d0] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-1dce78d0] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-1dce78d0],
.top_nav[data-v-1dce78d0] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-1dce78d0] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-1dce78d0] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content_agree[data-v-1dce78d0] {
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    pointer-events: auto;
    background: #fafafa;
    line-height: 1.5
}

h3[data-v-1dce78d0] {
    font-size: 18px;
    text-align: center
}

.content_agree p[data-v-1dce78d0] {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.top_nav[data-v-de7dd6c6] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.top_nav .left[data-v-de7dd6c6],
.top_nav[data-v-de7dd6c6] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-de7dd6c6] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-de7dd6c6] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.back_red[data-v-de7dd6c6] {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 112px
}

.content_box[data-v-de7dd6c6] {
    display: flex;
    justify-content: center;
    padding-top: 9vw
}

.redenvelopes_box[data-v-de7dd6c6] {
    width: 80%;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 40px 20px;
    box-sizing: border-box
}

.redenvelopes_box .title[data-v-de7dd6c6] {
    font-size: 26px;
    text-align: center;
    font-weight: 700
}

.img_box[data-v-de7dd6c6] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vw
}

.hb_img_box[data-v-de7dd6c6] {
    width: 50vw;
    height: 50vw;
    position: relative
}

.hb_img_box img[data-v-de7dd6c6] {
    width: 50vw;
    height: 50vw
}

.hb_img_box .price[data-v-de7dd6c6] {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(0deg, #f4d497, #fff);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    bottom: 15vw;
    left: 0
}

.hb_img_box .price span[data-v-de7dd6c6] {
    font-size: 32px
}

.btn_box[data-v-de7dd6c6] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12vw
}

.btn_box button[data-v-de7dd6c6] {
    width: 80%;
    background: #fff;
    font-size: 18px;
    color: #fff;
    background: #d6170d;
    border: 0;
    border-radius: 4px;
    padding: 12px 0
}

.new_tutorial[data-v-6080deac] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-6080deac] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-6080deac],
.top_nav[data-v-6080deac] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-6080deac] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-6080deac] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content[data-v-6080deac] {
    width: 100%;
    margin-top: 10px;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    pointer-events: auto;
    background: #fafafa;
    line-height: 1.5
}

h2[data-v-6080deac] {
    font-size: 18px;
    margin-bottom: 10px
}

.content p[data-v-6080deac] {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 5px
}

.content img[data-v-6080deac] {
    max-width: 45%;
    margin-bottom: 15px
}

.img_two[data-v-6080deac] {
    display: flex;
    flex-direction: row
}

.img_two img[data-v-6080deac] {
    margin: 0 10px 15px
}

.recharge[data-v-a6ff3118] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-a6ff3118] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-a6ff3118],
.top_nav[data-v-a6ff3118] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-a6ff3118] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-a6ff3118] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right[data-v-a6ff3118] {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img[data-v-a6ff3118] {
    width: 24px;
    height: 24px
}

.recharge_box[data-v-a6ff3118] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.null_data[data-v-a6ff3118] {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination[data-v-a6ff3118] {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px;
    box-sizing: border-box
}

.pagination .page_box[data-v-a6ff3118] {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page[data-v-a6ff3118] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn[data-v-a6ff3118] {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon[data-v-a6ff3118] {
    font-size: 14px
}

.choose_page[data-v-a6ff3118] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par[data-v-a6ff3118] {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span[data-v-a6ff3118] {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two[data-v-a6ff3118] {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two[data-v-a6ff3118] .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, 0);
    height: 28px
}

.page_box_two[data-v-a6ff3118] .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu[data-v-a6ff3118] .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box[data-v-a6ff3118] {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li[data-v-a6ff3118] {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li[data-v-a6ff3118]:last-child {
    border-bottom: 0
}

.list_box li ol[data-v-a6ff3118] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p[data-v-a6ff3118] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon[data-v-a6ff3118] {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum[data-v-a6ff3118],
.list_box li ol .times[data-v-a6ff3118] {
    color: #757575
}

.openlink[data-v-a6ff3118] {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.openlink button[data-v-a6ff3118] {
    width: 50%;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.addbankcard[data-v-411015e1] {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav[data-v-411015e1] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between
}

.top_nav .left[data-v-411015e1],
.top_nav[data-v-411015e1] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-411015e1] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-411015e1] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card[data-v-411015e1] {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li[data-v-411015e1] {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p[data-v-411015e1] {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input[data-v-411015e1] {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.v-label-active[data-v-411015e1] {
    transform: translateY(-18px) scale(.75)
}

.teal-text[data-v-411015e1] {
    color: #009688;
    caret-color: #009688
}

.continue_btn[data-v-411015e1] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button[data-v-411015e1] {
    width: 65%;
    padding: 12px 0;
    text-align: center;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #009688;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.h_active[data-v-411015e1] {
    border-bottom: 1px solid red !important
}

.top_nav[data-v-5b74f4f8] {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.top_nav .left[data-v-5b74f4f8],
.top_nav[data-v-5b74f4f8] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img[data-v-5b74f4f8] {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span[data-v-5b74f4f8] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.back_red[data-v-5b74f4f8] {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 112px
}

.content_box[data-v-5b74f4f8] {
    display: flex;
    justify-content: center;
    padding-top: 9vw
}

.redenvelopes_box[data-v-5b74f4f8] {
    width: 80%;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 40px 20px;
    box-sizing: border-box
}

.redenvelopes_box .title[data-v-5b74f4f8] {
    font-size: 26px;
    text-align: center;
    font-weight: 700
}

.img_box[data-v-5b74f4f8] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vw
}

.hb_img_box[data-v-5b74f4f8] {
    width: 50vw;
    height: 50vw;
    position: relative
}

.hb_img_box img[data-v-5b74f4f8] {
    width: 50vw;
    height: 50vw
}

.hb_img_box .price[data-v-5b74f4f8] {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(0deg, #f4d497, #fff);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    bottom: 15vw;
    left: 0
}

.hb_img_box .price span[data-v-5b74f4f8] {
    font-size: 32px
}

.btn_box[data-v-5b74f4f8] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12vw
}

.btn_box button[data-v-5b74f4f8] {
    width: 80%;
    background: #fff;
    font-size: 18px;
    color: #fff;
    background: #d6170d;
    border: 0;
    border-radius: 4px;
    padding: 12px 0
}

.loading[data-v-74fec56a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent
}

.loading span[data-v-74fec56a] {
    color: #fff;
    font-size: 18px
}

.v-dialog[data-v-74fec56a] {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    border-radius: 2px;
    overflow: hidden;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    width: 100%;
    z-index: inherit
}

.v-progress-linear__bar__indeterminate--active .short[data-v-74fec56a] {
    -webkit-animation: indeterminate-short-data-v-74fec56a;
    animation: indeterminate-short-data-v-74fec56a;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.teal[data-v-74fec56a] {
    background-color: #009688 !important;
    border-color: #009688 !important
}

.v-progress-linear[data-v-74fec56a] {
    background: 0 0;
    margin: 15px 0 5px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.v-card__text[data-v-74fec56a] {
    padding: 16px;
    width: 100%;
    box-sizing: border-box
}

.v-progress-linear__bar__indeterminate--active .long[data-v-74fec56a] {
    -webkit-animation: indeterminate-data-v-74fec56a;
    animation: indeterminate-data-v-74fec56a;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.v-progress-linear__bar__indeterminate .long[data-v-74fec56a],
.v-progress-linear__bar__indeterminate .short[data-v-74fec56a] {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    will-change: left, right;
    width: auto;
    background-color: inherit
}

.white[data-v-74fec56a] {
    background-color: #fff !important;
    border-color: #fff !important
}

@-webkit-keyframes indeterminate-data-v-74fec56a {
    0% {
        left: -90%;
        right: 100%
    }
    60% {
        left: -90%;
        right: 100%
    }
    to {
        left: 100%;
        right: -35%
    }
}

@keyframes indeterminate-data-v-74fec56a {
    0% {
        left: -90%;
        right: 100%
    }
    60% {
        left: -90%;
        right: 100%
    }
    to {
        left: 100%;
        right: -35%
    }
}

@-webkit-keyframes indeterminate-short-data-v-74fec56a {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short-data-v-74fec56a {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    to {
        left: 107%;
        right: -8%
    }
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif
}

a {
    text-decoration: none
}

button,
input,
textarea {
    color: inherit;
    font: inherit
}

[class*=van-]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.van-multi-ellipsis--l2,
.van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.van-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

.van-clearfix:after {
    display: table;
    clear: both;
    content: ""
}

[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #ebedf0;
    transform: scale(.5)
}

.van-hairline,
.van-hairline--bottom,
.van-hairline--left,
.van-hairline--right,
.van-hairline--surround,
.van-hairline--top,
.van-hairline--top-bottom {
    position: relative
}

.van-hairline--top:after {
    border-top-width: 1px
}

.van-hairline--left:after {
    border-left-width: 1px
}

.van-hairline--right:after {
    border-right-width: 1px
}

.van-hairline--bottom:after {
    border-bottom-width: 1px
}

.van-hairline--top-bottom:after,
.van-hairline-unset--top-bottom:after {
    border-width: 1px 0
}

.van-hairline--surround:after {
    border-width: 1px
}

@-webkit-keyframes van-slide-up-enter {
    0% {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-up-enter {
    0% {
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes van-slide-up-leave {
    to {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-up-leave {
    to {
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes van-slide-down-enter {
    0% {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-down-enter {
    0% {
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes van-slide-down-leave {
    to {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-down-leave {
    to {
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes van-slide-left-enter {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-left-enter {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes van-slide-left-leave {
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-left-leave {
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes van-slide-right-enter {
    0% {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-slide-right-enter {
    0% {
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes van-slide-right-leave {
    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-slide-right-leave {
    to {
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes van-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes van-fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes van-rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes van-rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.van-fade-enter-active {
    -webkit-animation: van-fade-in .3s ease-out both;
    animation: van-fade-in .3s ease-out both
}

.van-fade-leave-active {
    -webkit-animation: van-fade-out .3s ease-in both;
    animation: van-fade-out .3s ease-in both
}

.van-slide-up-enter-active {
    -webkit-animation: van-slide-up-enter .3s ease-out both;
    animation: van-slide-up-enter .3s ease-out both
}

.van-slide-up-leave-active {
    -webkit-animation: van-slide-up-leave .3s ease-in both;
    animation: van-slide-up-leave .3s ease-in both
}

.van-slide-down-enter-active {
    -webkit-animation: van-slide-down-enter .3s ease-out both;
    animation: van-slide-down-enter .3s ease-out both
}

.van-slide-down-leave-active {
    -webkit-animation: van-slide-down-leave .3s ease-in both;
    animation: van-slide-down-leave .3s ease-in both
}

.van-slide-left-enter-active {
    -webkit-animation: van-slide-left-enter .3s ease-out both;
    animation: van-slide-left-enter .3s ease-out both
}

.van-slide-left-leave-active {
    -webkit-animation: van-slide-left-leave .3s ease-in both;
    animation: van-slide-left-leave .3s ease-in both
}

.van-slide-right-enter-active {
    -webkit-animation: van-slide-right-enter .3s ease-out both;
    animation: van-slide-right-enter .3s ease-out both
}

.van-slide-right-leave-active {
    -webkit-animation: van-slide-right-leave .3s ease-in both;
    animation: van-slide-right-leave .3s ease-in both
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.van-info {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    min-width: 16px;
    padding: 0 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;
    line-height: 14px;
    text-align: center;
    background-color: #ee0a24;
    border: 1px solid #fff;
    border-radius: 16px;
    transform: translate(50%, -50%);
    transform-origin: 100%
}

.van-info--dot {
    width: 8px;
    min-width: 0;
    height: 8px;
    background-color: #ee0a24;
    border-radius: 100%
}

.van-sidebar-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 20px 12px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    background-color: #f7f8fa;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-sidebar-item:active {
    background-color: #f2f3f5
}

.van-sidebar-item__text {
    position: relative;
    display: inline-block
}

.van-sidebar-item:not(:last-child):after {
    border-bottom-width: 1px
}

.van-sidebar-item--select {
    color: #323233;
    font-weight: 500
}

.van-sidebar-item--select,
.van-sidebar-item--select:active {
    background-color: #fff
}

.van-sidebar-item--select:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 16px;
    background-color: #ee0a24;
    transform: translateY(-50%);
    content: ""
}

.van-sidebar-item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-sidebar-item--disabled:active {
    background-color: #f7f8fa
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url(https://img.yzcdn.cn/vant/vant-icon-6ae417.woff2) format("woff2"), url(https://img.yzcdn.cn/vant/vant-icon-6ae417.woff) format("woff"), url(https://img.yzcdn.cn/vant/vant-icon-6ae417.ttf) format("truetype")
}

.van-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.van-icon,
.van-icon:before {
    display: inline-block
}

.van-icon-add-o:before {
    content: "\F000"
}

.van-icon-add-square:before {
    content: "\F001"
}

.van-icon-add:before {
    content: "\F002"
}

.van-icon-after-sale:before {
    content: "\F003"
}

.van-icon-aim:before {
    content: "\F004"
}

.van-icon-alipay:before {
    content: "\F005"
}

.van-icon-apps-o:before {
    content: "\F006"
}

.van-icon-arrow-down:before {
    content: "\F007"
}

.van-icon-arrow-left:before {
    content: "\F008"
}

.van-icon-arrow-up:before {
    content: "\F009"
}

.van-icon-arrow:before {
    content: "\F00A"
}

.van-icon-ascending:before {
    content: "\F00B"
}

.van-icon-audio:before {
    content: "\F00C"
}

.van-icon-award-o:before {
    content: "\F00D"
}

.van-icon-award:before {
    content: "\F00E"
}

.van-icon-bag-o:before {
    content: "\F00F"
}

.van-icon-bag:before {
    content: "\F010"
}

.van-icon-balance-list-o:before {
    content: "\F011"
}

.van-icon-balance-list:before {
    content: "\F012"
}

.van-icon-balance-o:before {
    content: "\F013"
}

.van-icon-balance-pay:before {
    content: "\F014"
}

.van-icon-bar-chart-o:before {
    content: "\F015"
}

.van-icon-bars:before {
    content: "\F016"
}

.van-icon-bell:before {
    content: "\F017"
}

.van-icon-bill-o:before {
    content: "\F018"
}

.van-icon-bill:before {
    content: "\F019"
}

.van-icon-birthday-cake-o:before {
    content: "\F01A"
}

.van-icon-bookmark-o:before {
    content: "\F01B"
}

.van-icon-bookmark:before {
    content: "\F01C"
}

.van-icon-browsing-history-o:before {
    content: "\F01D"
}

.van-icon-browsing-history:before {
    content: "\F01E"
}

.van-icon-brush-o:before {
    content: "\F01F"
}

.van-icon-bulb-o:before {
    content: "\F020"
}

.van-icon-bullhorn-o:before {
    content: "\F021"
}

.van-icon-calender-o:before {
    content: "\F022"
}

.van-icon-card:before {
    content: "\F023"
}

.van-icon-cart-circle-o:before {
    content: "\F024"
}

.van-icon-cart-circle:before {
    content: "\F025"
}

.van-icon-cart-o:before {
    content: "\F026"
}

.van-icon-cart:before {
    content: "\F027"
}

.van-icon-cash-back-record:before {
    content: "\F028"
}

.van-icon-cash-on-deliver:before {
    content: "\F029"
}

.van-icon-cashier-o:before {
    content: "\F02A"
}

.van-icon-certificate:before {
    content: "\F02B"
}

.van-icon-chart-trending-o:before {
    content: "\F02C"
}

.van-icon-chat-o:before {
    content: "\F02D"
}

.van-icon-chat:before {
    content: "\F02E"
}

.van-icon-checked:before {
    content: "\F02F"
}

.van-icon-circle:before {
    content: "\F030"
}

.van-icon-clear:before {
    content: "\F031"
}

.van-icon-clock-o:before {
    content: "\F032"
}

.van-icon-clock:before {
    content: "\F033"
}

.van-icon-close:before {
    content: "\F034"
}

.van-icon-closed-eye:before {
    content: "\F035"
}

.van-icon-cluster-o:before {
    content: "\F036"
}

.van-icon-cluster:before {
    content: "\F037"
}

.van-icon-column:before {
    content: "\F038"
}

.van-icon-comment-circle-o:before {
    content: "\F039"
}

.van-icon-comment-circle:before {
    content: "\F03A"
}

.van-icon-comment-o:before {
    content: "\F03B"
}

.van-icon-comment:before {
    content: "\F03C"
}

.van-icon-completed:before {
    content: "\F03D"
}

.van-icon-contact:before {
    content: "\F03E"
}

.van-icon-coupon-o:before {
    content: "\F03F"
}

.van-icon-coupon:before {
    content: "\F040"
}

.van-icon-credit-pay:before {
    content: "\F041"
}

.van-icon-cross:before {
    content: "\F042"
}

.van-icon-debit-pay:before {
    content: "\F043"
}

.van-icon-delete:before {
    content: "\F044"
}

.van-icon-descending:before {
    content: "\F045"
}

.van-icon-description:before {
    content: "\F046"
}

.van-icon-desktop-o:before {
    content: "\F047"
}

.van-icon-diamond-o:before {
    content: "\F048"
}

.van-icon-diamond:before {
    content: "\F049"
}

.van-icon-discount:before {
    content: "\F04A"
}

.van-icon-down:before {
    content: "\F04B"
}

.van-icon-ecard-pay:before {
    content: "\F04C"
}

.van-icon-edit:before {
    content: "\F04D"
}

.van-icon-ellipsis:before {
    content: "\F04E"
}

.van-icon-empty:before {
    content: "\F04F"
}

.van-icon-enlarge:before {
    content: "\F0E4"
}

.van-icon-envelop-o:before {
    content: "\F050"
}

.van-icon-exchange:before {
    content: "\F051"
}

.van-icon-expand-o:before {
    content: "\F052"
}

.van-icon-expand:before {
    content: "\F053"
}

.van-icon-eye-o:before {
    content: "\F054"
}

.van-icon-eye:before {
    content: "\F055"
}

.van-icon-fail:before {
    content: "\F056"
}

.van-icon-failure:before {
    content: "\F057"
}

.van-icon-filter-o:before {
    content: "\F058"
}

.van-icon-fire-o:before {
    content: "\F059"
}

.van-icon-fire:before {
    content: "\F05A"
}

.van-icon-flag-o:before {
    content: "\F05B"
}

.van-icon-flower-o:before {
    content: "\F05C"
}

.van-icon-free-postage:before {
    content: "\F05D"
}

.van-icon-friends-o:before {
    content: "\F05E"
}

.van-icon-friends:before {
    content: "\F05F"
}

.van-icon-gem-o:before {
    content: "\F060"
}

.van-icon-gem:before {
    content: "\F061"
}

.van-icon-gift-card-o:before {
    content: "\F062"
}

.van-icon-gift-card:before {
    content: "\F063"
}

.van-icon-gift-o:before {
    content: "\F064"
}

.van-icon-gift:before {
    content: "\F065"
}

.van-icon-gold-coin-o:before {
    content: "\F066"
}

.van-icon-gold-coin:before {
    content: "\F067"
}

.van-icon-good-job-o:before {
    content: "\F068"
}

.van-icon-good-job:before {
    content: "\F069"
}

.van-icon-goods-collect-o:before {
    content: "\F06A"
}

.van-icon-goods-collect:before {
    content: "\F06B"
}

.van-icon-graphic:before {
    content: "\F06C"
}

.van-icon-home-o:before {
    content: "\F06D"
}

.van-icon-hot-o:before {
    content: "\F06E"
}

.van-icon-hot-sale-o:before {
    content: "\F06F"
}

.van-icon-hot-sale:before {
    content: "\F070"
}

.van-icon-hot:before {
    content: "\F071"
}

.van-icon-hotel-o:before {
    content: "\F072"
}

.van-icon-idcard:before {
    content: "\F073"
}

.van-icon-info-o:before {
    content: "\F074"
}

.van-icon-info:before {
    content: "\F075"
}

.van-icon-invition:before {
    content: "\F076"
}

.van-icon-label-o:before {
    content: "\F077"
}

.van-icon-label:before {
    content: "\F078"
}

.van-icon-like-o:before {
    content: "\F079"
}

.van-icon-like:before {
    content: "\F07A"
}

.van-icon-live:before {
    content: "\F07B"
}

.van-icon-location-o:before {
    content: "\F07C"
}

.van-icon-location:before {
    content: "\F07D"
}

.van-icon-lock:before {
    content: "\F07E"
}

.van-icon-logistics:before {
    content: "\F07F"
}

.van-icon-manager-o:before {
    content: "\F080"
}

.van-icon-manager:before {
    content: "\F081"
}

.van-icon-map-marked:before {
    content: "\F082"
}

.van-icon-medal-o:before {
    content: "\F083"
}

.van-icon-medal:before {
    content: "\F084"
}

.van-icon-more-o:before {
    content: "\F085"
}

.van-icon-more:before {
    content: "\F086"
}

.van-icon-music-o:before {
    content: "\F087"
}

.van-icon-music:before {
    content: "\F088"
}

.van-icon-new-arrival-o:before {
    content: "\F089"
}

.van-icon-new-arrival:before {
    content: "\F08A"
}

.van-icon-new-o:before {
    content: "\F08B"
}

.van-icon-new:before {
    content: "\F08C"
}

.van-icon-newspaper-o:before {
    content: "\F08D"
}

.van-icon-notes-o:before {
    content: "\F08E"
}

.van-icon-orders-o:before {
    content: "\F08F"
}

.van-icon-other-pay:before {
    content: "\F090"
}

.van-icon-paid:before {
    content: "\F091"
}

.van-icon-passed:before {
    content: "\F092"
}

.van-icon-pause-circle-o:before {
    content: "\F093"
}

.van-icon-pause-circle:before {
    content: "\F094"
}

.van-icon-pause:before {
    content: "\F095"
}

.van-icon-peer-pay:before {
    content: "\F096"
}

.van-icon-pending-payment:before {
    content: "\F097"
}

.van-icon-phone-circle-o:before {
    content: "\F098"
}

.van-icon-phone-circle:before {
    content: "\F099"
}

.van-icon-phone-o:before {
    content: "\F09A"
}

.van-icon-phone:before {
    content: "\F09B"
}

.van-icon-photo-o:before {
    content: "\F09C"
}

.van-icon-photo:before {
    content: "\F09D"
}

.van-icon-photograph:before {
    content: "\F09E"
}

.van-icon-play-circle-o:before {
    content: "\F09F"
}

.van-icon-play-circle:before {
    content: "\F0A0"
}

.van-icon-play:before {
    content: "\F0A1"
}

.van-icon-plus:before {
    content: "\F0A2"
}

.van-icon-point-gift-o:before {
    content: "\F0A3"
}

.van-icon-point-gift:before {
    content: "\F0A4"
}

.van-icon-points:before {
    content: "\F0A5"
}

.van-icon-printer:before {
    content: "\F0A6"
}

.van-icon-qr-invalid:before {
    content: "\F0A7"
}

.van-icon-qr:before {
    content: "\F0A8"
}

.van-icon-question-o:before {
    content: "\F0A9"
}

.van-icon-question:before {
    content: "\F0AA"
}

.van-icon-records:before {
    content: "\F0AB"
}

.van-icon-refund-o:before {
    content: "\F0AC"
}

.van-icon-replay:before {
    content: "\F0AD"
}

.van-icon-scan:before {
    content: "\F0AE"
}

.van-icon-search:before {
    content: "\F0AF"
}

.van-icon-send-gift-o:before {
    content: "\F0B0"
}

.van-icon-send-gift:before {
    content: "\F0B1"
}

.van-icon-service-o:before {
    content: "\F0B2"
}

.van-icon-service:before {
    content: "\F0B3"
}

.van-icon-setting-o:before {
    content: "\F0B4"
}

.van-icon-setting:before {
    content: "\F0B5"
}

.van-icon-share:before {
    content: "\F0B6"
}

.van-icon-shop-collect-o:before {
    content: "\F0B7"
}

.van-icon-shop-collect:before {
    content: "\F0B8"
}

.van-icon-shop-o:before {
    content: "\F0B9"
}

.van-icon-shop:before {
    content: "\F0BA"
}

.van-icon-shopping-cart-o:before {
    content: "\F0BB"
}

.van-icon-shopping-cart:before {
    content: "\F0BC"
}

.van-icon-shrink:before {
    content: "\F0BD"
}

.van-icon-sign:before {
    content: "\F0BE"
}

.van-icon-smile-comment-o:before {
    content: "\F0BF"
}

.van-icon-smile-comment:before {
    content: "\F0C0"
}

.van-icon-smile-o:before {
    content: "\F0C1"
}

.van-icon-smile:before {
    content: "\F0C2"
}

.van-icon-star-o:before {
    content: "\F0C3"
}

.van-icon-star:before {
    content: "\F0C4"
}

.van-icon-stop-circle-o:before {
    content: "\F0C5"
}

.van-icon-stop-circle:before {
    content: "\F0C6"
}

.van-icon-stop:before {
    content: "\F0C7"
}

.van-icon-success:before {
    content: "\F0C8"
}

.van-icon-thumb-circle-o:before {
    content: "\F0C9"
}

.van-icon-thumb-circle:before {
    content: "\F0CA"
}

.van-icon-todo-list-o:before {
    content: "\F0CB"
}

.van-icon-todo-list:before {
    content: "\F0CC"
}

.van-icon-tosend:before {
    content: "\F0CD"
}

.van-icon-tv-o:before {
    content: "\F0CE"
}

.van-icon-umbrella-circle:before {
    content: "\F0CF"
}

.van-icon-underway-o:before {
    content: "\F0D0"
}

.van-icon-underway:before {
    content: "\F0D1"
}

.van-icon-upgrade:before {
    content: "\F0D2"
}

.van-icon-user-circle-o:before {
    content: "\F0D3"
}

.van-icon-user-o:before {
    content: "\F0D4"
}

.van-icon-video-o:before {
    content: "\F0D5"
}

.van-icon-video:before {
    content: "\F0D6"
}

.van-icon-vip-card-o:before {
    content: "\F0D7"
}

.van-icon-vip-card:before {
    content: "\F0D8"
}

.van-icon-volume-o:before {
    content: "\F0D9"
}

.van-icon-volume:before {
    content: "\F0DA"
}

.van-icon-wap-home-o:before {
    content: "\F0DB"
}

.van-icon-wap-home:before {
    content: "\F0DC"
}

.van-icon-wap-nav:before {
    content: "\F0DD"
}

.van-icon-warn-o:before {
    content: "\F0DE"
}

.van-icon-warning-o:before {
    content: "\F0DF"
}

.van-icon-warning:before {
    content: "\F0E0"
}

.van-icon-weapp-nav:before {
    content: "\F0E1"
}

.van-icon-wechat:before {
    content: "\F0E2"
}

.van-icon-youzan-shield:before {
    content: "\F0E3"
}

.van-icon__image {
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
    object-fit: contain
}

.van-tabbar-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #646566;
    font-size: 12px;
    line-height: 1;
    cursor: pointer
}

.van-tabbar-item__icon {
    position: relative;
    margin-bottom: 5px;
    font-size: 18px
}

.van-tabbar-item__icon .van-icon {
    display: block;
    min-width: 1em
}

.van-tabbar-item__icon img {
    display: block;
    height: 18px
}

.van-tabbar-item--active {
    color: #1989fa
}

.van-tabbar-item .van-info {
    margin-top: 2px
}

.van-step {
    position: relative;
    flex: 1;
    color: #969799;
    font-size: 14px
}

.van-step__circle {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #969799;
    border-radius: 50%
}

.van-step__line {
    position: absolute;
    background-color: #ebedf0;
    transition: background-color .3s
}

.van-step--horizontal {
    float: left
}

.van-step--horizontal:first-child .van-step__title {
    margin-left: 0;
    transform: none
}

.van-step--horizontal:last-child {
    position: absolute;
    right: 1px;
    width: auto
}

.van-step--horizontal:last-child .van-step__title {
    margin-left: 0;
    transform: none
}

.van-step--horizontal:last-child .van-step__circle-container {
    right: -9px;
    left: auto
}

.van-step--horizontal .van-step__circle-container {
    position: absolute;
    top: 30px;
    left: -8px;
    z-index: 1;
    padding: 0 8px;
    background-color: #fff;
    transform: translateY(-50%)
}

.van-step--horizontal .van-step__title {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    transform: translateX(-50%)
}

@media (max-width:321px) {
    .van-step--horizontal .van-step__title {
        font-size: 11px
    }
}

.van-step--horizontal .van-step__line {
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px
}

.van-step--horizontal .van-step__icon {
    display: block;
    font-size: 12px
}

.van-step--horizontal .van-step--process {
    color: #323233
}

.van-step--vertical {
    display: block;
    float: none;
    padding: 10px 10px 10px 0;
    line-height: 18px
}

.van-step--vertical:not(:last-child):after {
    border-bottom-width: 1px
}

.van-step--vertical:first-child:before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
    width: 1px;
    height: 20px;
    background-color: #fff;
    content: ""
}

.van-step--vertical .van-step__circle-container {
    position: absolute;
    top: 19px;
    left: -15px;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
    transform: translate(-50%, -50%)
}

.van-step--vertical .van-step__line {
    top: 16px;
    left: -15px;
    width: 1px;
    height: 100%
}

.van-step:last-child .van-step__line {
    width: 0
}

.van-step--finish {
    color: #323233
}

.van-step--finish .van-step__circle,
.van-step--finish .van-step__line {
    background-color: #07c160
}

.van-step__icon,
.van-step__title {
    transition: color .3s
}

.van-step__icon--active,
.van-step__title--active {
    color: #07c160
}

.van-rate {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-rate__item {
    position: relative
}

.van-rate__item:not(:last-child) {
    padding-right: 4px
}

.van-rate__icon {
    display: block;
    width: 1em;
    color: #c8c9cc;
    font-size: 20px
}

.van-rate__icon--half {
    position: absolute;
    top: 0;
    left: 0;
    width: .5em;
    overflow: hidden
}

.van-rate__icon--full {
    color: #ee0a24
}

.van-rate__icon--disabled {
    color: #c8c9cc
}

.van-rate--disabled {
    cursor: not-allowed
}

.van-rate--readonly {
    cursor: default
}

.van-notice-bar {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    color: #ed6a0c;
    font-size: 14px;
    line-height: 24px;
    background-color: #fffbe8
}

.van-notice-bar__left-icon,
.van-notice-bar__right-icon {
    min-width: 24px;
    font-size: 16px
}

.van-notice-bar__right-icon {
    text-align: right;
    cursor: pointer
}

.van-notice-bar__wrap {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
    overflow: hidden
}

.van-notice-bar__content {
    position: absolute;
    white-space: nowrap;
    transition-timing-function: linear
}

.van-notice-bar__content.van-ellipsis {
    max-width: 100%
}

.van-notice-bar--wrapable {
    height: auto;
    padding: 8px 16px
}

.van-notice-bar--wrapable .van-notice-bar__wrap {
    height: auto
}

.van-notice-bar--wrapable .van-notice-bar__content {
    position: relative;
    white-space: normal;
    word-wrap: break-word
}

.van-nav-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 46px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-nav-bar .van-icon {
    color: #1989fa
}

.van-nav-bar__arrow {
    min-width: 1em;
    margin-right: 4px;
    font-size: 16px
}

.van-nav-bar--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: 16px
}

.van-nav-bar__left,
.van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer
}

.van-nav-bar__left:active,
.van-nav-bar__right:active {
    opacity: .7
}

.van-nav-bar__left {
    left: 0
}

.van-nav-bar__right {
    right: 0
}

.van-nav-bar__text {
    color: #1989fa
}

.van-grid-item {
    position: relative;
    box-sizing: border-box
}

.van-grid-item--square {
    height: 0
}

.van-grid-item__icon {
    font-size: 28px
}

.van-grid-item__icon-wrapper {
    position: relative
}

.van-grid-item__text {
    color: #646566;
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word
}

.van-grid-item__icon+.van-grid-item__text {
    margin-top: 8px
}

.van-grid-item__content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 16px 8px;
    background-color: #fff
}

.van-grid-item__content:after {
    z-index: 1;
    border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    align-items: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text {
    margin-top: 0;
    margin-left: 8px
}

.van-grid-item__content--surround:after {
    border-width: 1px
}

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: #f2f3f5
}

.van-goods-action-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 48px;
    height: 100%;
    color: #646566;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.van-goods-action-icon:active {
    background-color: #f2f3f5
}

.van-goods-action-icon__icon {
    position: relative;
    width: 1em;
    margin: 0 auto 5px;
    color: #323233;
    font-size: 18px
}

.van-checkbox {
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: 12px
}

.van-checkbox__icon {
    flex: none;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #c8c9cc;
    transition-duration: .2s;
    transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
    border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: #ebedf0;
    border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: #c8c9cc
}

.van-checkbox__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-checkbox__label--left {
    margin: 0 8px 0 0
}

.van-checkbox__label--disabled {
    color: #c8c9cc
}

.van-coupon {
    margin: 0 12px 12px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.van-coupon:active {
    background-color: #f2f3f5
}

.van-coupon__content {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 84px;
    padding: 14px 0;
    color: #323233
}

.van-coupon__head {
    position: relative;
    min-width: 96px;
    padding: 0 8px;
    color: #ee0a24;
    text-align: center
}

.van-coupon__amount,
.van-coupon__condition,
.van-coupon__name,
.van-coupon__valid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-coupon__amount {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 30px
}

.van-coupon__amount span {
    font-weight: 400;
    font-size: 40%
}

.van-coupon__amount span:not(:empty) {
    margin-left: 2px
}

.van-coupon__condition {
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap
}

.van-coupon__body {
    position: relative;
    flex: 1;
    border-radius: 0 8px 8px 0
}

.van-coupon__name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.van-coupon__valid {
    font-size: 12px
}

.van-coupon__corner {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0
}

.van-coupon__description {
    padding: 8px 16px;
    font-size: 12px;
    border-top: 1px dashed #ebedf0
}

.van-coupon--disabled:active {
    background-color: #fff
}

.van-coupon--disabled .van-coupon-item__content {
    height: 74px
}

.van-coupon--disabled .van-coupon__head {
    color: inherit
}

.van-image {
    position: relative;
    display: inline-block
}

.van-image--round {
    overflow: hidden;
    border-radius: 50%
}

.van-image--round img {
    border-radius: inherit
}

.van-image__error,
.van-image__img,
.van-image__loading {
    display: block;
    width: 100%;
    height: 100%
}

.van-image__error,
.van-image__loading {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #969799;
    font-size: 14px;
    background-color: #f7f8fa
}

.van-image__error-icon,
.van-image__loading-icon {
    font-size: 22px
}

.van-radio {
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-radio--disabled {
    cursor: not-allowed
}

.van-radio--label-disabled {
    cursor: default
}

.van-radio--horizontal {
    margin-right: 12px
}

.van-radio__icon {
    flex: none;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer
}

.van-radio__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #c8c9cc;
    transition-duration: .2s;
    transition-property: color, border-color, background-color
}

.van-radio__icon--round .van-icon {
    border-radius: 100%
}

.van-radio__icon--checked .van-icon {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa
}

.van-radio__icon--disabled {
    cursor: not-allowed
}

.van-radio__icon--disabled .van-icon {
    background-color: #ebedf0;
    border-color: #c8c9cc
}

.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
    color: #c8c9cc
}

.van-radio__label {
    margin-left: 8px;
    color: #323233;
    line-height: 20px
}

.van-radio__label--left {
    margin: 0 8px 0 0
}

.van-radio__label--disabled {
    color: #c8c9cc
}

.van-tag {
    display: inline-flex;
    align-items: center;
    padding: .2em .5em;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    border-radius: .2em
}

.van-tag:after {
    border-color: currentColor;
    border-radius: .4em
}

.van-tag--default {
    background-color: #969799
}

.van-tag--default.van-tag--plain {
    color: #969799
}

.van-tag--danger {
    background-color: #ee0a24
}

.van-tag--danger.van-tag--plain {
    color: #ee0a24
}

.van-tag--primary {
    background-color: #1989fa
}

.van-tag--primary.van-tag--plain {
    color: #1989fa
}

.van-tag--success {
    background-color: #07c160
}

.van-tag--success.van-tag--plain {
    color: #07c160
}

.van-tag--warning {
    background-color: #ff976a
}

.van-tag--warning.van-tag--plain {
    color: #ff976a
}

.van-tag--plain {
    background-color: #fff
}

.van-tag--mark {
    padding-right: .7em
}

.van-tag--mark,
.van-tag--mark:after {
    border-radius: 0 999px 999px 0
}

.van-tag--round,
.van-tag--round:after {
    border-radius: 999px
}

.van-tag--medium {
    font-size: 12px
}

.van-tag--large {
    font-size: 14px
}

.van-tag__close {
    min-width: 1em;
    margin-left: 2px;
    cursor: pointer
}

.van-card {
    position: relative;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #323233;
    font-size: 12px;
    background-color: #fafafa
}

.van-card:not(:first-child) {
    margin-top: 8px
}

.van-card__header {
    display: flex
}

.van-card__thumb {
    position: relative;
    flex: none;
    width: 88px;
    height: 88px;
    margin-right: 8px
}

.van-card__thumb img {
    border-radius: 8px
}

.van-card__content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 88px
}

.van-card__content--centered {
    justify-content: center
}

.van-card__desc,
.van-card__title {
    word-wrap: break-word
}

.van-card__title {
    max-height: 32px;
    font-weight: 500;
    line-height: 16px
}

.van-card__desc {
    max-height: 20px;
    color: #646566
}

.van-card__bottom,
.van-card__desc {
    line-height: 20px
}

.van-card__price {
    display: inline-block;
    color: #323233;
    font-weight: 500;
    font-size: 12px
}

.van-card__price-integer {
    font-size: 16px
}

.van-card__price-decimal,
.van-card__price-integer {
    font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif
}

.van-card__origin-price {
    display: inline-block;
    margin-left: 5px;
    color: #969799;
    font-size: 10px;
    text-decoration: line-through
}

.van-card__num {
    float: right;
    color: #969799
}

.van-card__tag {
    position: absolute;
    top: 2px;
    left: 0
}

.van-card__footer {
    flex: none;
    text-align: right
}

.van-card__footer .van-button {
    margin-left: 5px
}

.van-cell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    transform: scaleY(.5)
}

.van-cell--borderless:after,
.van-cell:last-child:after {
    display: none
}

.van-cell__label {
    margin-top: 4px;
    color: #969799;
    font-size: 12px;
    line-height: 18px
}

.van-cell__title,
.van-cell__value {
    flex: 1
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__value--alone {
    color: #323233;
    text-align: left
}

.van-cell__left-icon,
.van-cell__right-icon {
    min-width: 1em;
    height: 24px;
    font-size: 16px;
    line-height: 24px
}

.van-cell__left-icon {
    margin-right: 5px
}

.van-cell__right-icon {
    margin-left: 5px;
    color: #969799
}

.van-cell--clickable {
    cursor: pointer
}

.van-cell--clickable:active {
    background-color: #f2f3f5
}

.van-cell--required {
    overflow: visible
}

.van-cell--required:before {
    position: absolute;
    left: 8px;
    color: #ee0a24;
    font-size: 14px;
    content: "*"
}

.van-cell--center {
    align-items: center
}

.van-cell--large {
    padding-top: 12px;
    padding-bottom: 12px
}

.van-cell--large .van-cell__title {
    font-size: 16px
}

.van-cell--large .van-cell__label {
    font-size: 14px
}

.van-coupon-cell--selected {
    color: #323233
}

.van-contact-card {
    padding: 16px
}

.van-contact-card__value {
    margin-left: 5px;
    line-height: 20px
}

.van-contact-card--add .van-contact-card__value {
    line-height: 40px
}

.van-contact-card--add .van-cell__left-icon {
    color: #1989fa;
    font-size: 40px
}

.van-contact-card:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: -webkit-repeating-linear-gradient(135deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background: repeating-linear-gradient(-45deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
    background-size: 80px;
    content: ""
}

.van-collapse-item {
    position: relative
}

.van-collapse-item--border:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: 16px;
    left: 16px;
    border-top: 1px solid #ebedf0;
    transform: scaleY(.5)
}

.van-collapse-item__title .van-cell__right-icon:before {
    transform: rotate(90deg);
    transition: transform .3s
}

.van-collapse-item__title:after {
    right: 16px;
    display: none
}

.van-collapse-item__title--expanded .van-cell__right-icon:before {
    transform: rotate(-90deg)
}

.van-collapse-item__title--expanded:after {
    display: block
}

.van-collapse-item__title--borderless:after {
    display: none
}

.van-collapse-item__title--disabled {
    cursor: not-allowed
}

.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
    color: #c8c9cc
}

.van-collapse-item__title--disabled:active {
    background-color: #fff
}

.van-collapse-item__wrapper {
    overflow: hidden;
    transition: height .3s ease-in-out;
    will-change: height
}

.van-collapse-item__content {
    padding: 12px 16px;
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff
}

.van-field__label {
    flex: none;
    box-sizing: border-box;
    width: 6em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    padding-right: 16px;
    text-align: right
}

.van-field--disabled .van-field__label {
    color: #c8c9cc
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: flex;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.van-field__control::-moz-placeholder {
    color: #c8c9cc
}

.van-field__control::placeholder {
    color: #c8c9cc
}

.van-field__control:disabled {
    color: #c8c9cc;
    background-color: transparent;
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: currentColor
}

.van-field__control:-moz-read-only {
    cursor: default
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control--center {
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: flex;
    align-items: center;
    min-height: 24px
}

.van-field__control[type=date],
.van-field__control[type=datetime-local],
.van-field__control[type=time] {
    min-height: 24px
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__button,
.van-field__clear,
.van-field__icon,
.van-field__right-icon {
    flex-shrink: 0
}

.van-field__clear,
.van-field__right-icon {
    margin-right: -8px;
    padding: 0 8px;
    line-height: inherit
}

.van-field__clear {
    color: #c8c9cc;
    font-size: 16px;
    cursor: pointer
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
    display: block;
    min-width: 1em;
    font-size: 16px;
    line-height: inherit
}

.van-field__left-icon {
    margin-right: 5px
}

.van-field__right-icon {
    color: #969799
}

.van-field__button {
    padding-left: 8px
}

.van-field__error-message {
    color: #ee0a24;
    font-size: 12px;
    text-align: left
}

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: 4px;
    color: #646566;
    font-size: 12px;
    line-height: 16px;
    text-align: right
}

.van-field--error .van-field__control::-moz-placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--min-height .van-field__control {
    min-height: 60px
}

.van-search {
    align-items: center;
    box-sizing: border-box;
    padding: 10px 12px;
    background-color: #fff
}

.van-search,
.van-search__content {
    display: flex
}

.van-search__content {
    flex: 1;
    padding-left: 8px;
    background-color: #f7f8fa;
    border-radius: 2px
}

.van-search__content--round {
    border-radius: 999px
}

.van-search__label {
    padding: 0 5px;
    color: #323233;
    font-size: 14px;
    line-height: 34px
}

.van-search .van-cell {
    flex: 1;
    padding: 5px 8px 5px 0;
    background-color: transparent
}

.van-search .van-cell__left-icon {
    color: #969799
}

.van-search--show-action {
    padding-right: 0
}

.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
    display: none
}

.van-search__action {
    padding: 0 8px;
    color: #323233;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-search__action:active {
    background-color: #f2f3f5
}

.van-overflow-hidden {
    overflow: hidden !important
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: transform .3s;
    -webkit-overflow-scrolling: touch
}

.van-popup--center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.van-popup--center.van-popup--round {
    border-radius: 20px
}

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%
}

.van-popup--top.van-popup--round {
    border-radius: 0 0 20px 20px
}

.van-popup--right {
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--right.van-popup--round {
    border-radius: 20px 0 0 20px
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.van-popup--bottom.van-popup--round {
    border-radius: 20px 20px 0 0
}

.van-popup--left {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--left.van-popup--round {
    border-radius: 0 20px 20px 0
}

.van-popup--safe-area-inset-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-popup-slide-bottom-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-top-enter-active {
    transition-timing-function: ease-out
}

.van-popup-slide-bottom-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-top-leave-active {
    transition-timing-function: ease-in
}

.van-popup-slide-top-enter,
.van-popup-slide-top-leave-active {
    transform: translate3d(0, -100%, 0)
}

.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
    transform: translate3d(100%, -50%, 0)
}

.van-popup-slide-bottom-enter,
.van-popup-slide-bottom-leave-active {
    transform: translate3d(0, 100%, 0)
}

.van-popup-slide-left-enter,
.van-popup-slide-left-leave-active {
    transform: translate3d(-100%, -50%, 0)
}

.van-popup__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: 22px;
    cursor: pointer
}

.van-popup__close-icon:active {
    color: #969799
}

.van-popup__close-icon--top-left {
    top: 16px;
    left: 16px
}

.van-popup__close-icon--top-right {
    top: 16px;
    right: 16px
}

.van-popup__close-icon--bottom-left {
    bottom: 16px;
    left: 16px
}

.van-popup__close-icon--bottom-right {
    right: 16px;
    bottom: 16px
}

.van-share-sheet__header {
    padding: 12px 16px 4px;
    text-align: center
}

.van-share-sheet__title {
    margin-top: 8px;
    color: #323233;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.van-share-sheet__description {
    display: block;
    margin-top: 8px;
    color: #969799;
    font-size: 12px;
    line-height: 16px
}

.van-share-sheet__options {
    position: relative;
    display: flex;
    padding: 16px 0 16px 8px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

.van-share-sheet__options--border:before {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: 0;
    left: 16px;
    border-top: 1px solid #ebedf0;
    transform: scaleY(.5)
}

.van-share-sheet__options::-webkit-scrollbar {
    height: 0
}

.van-share-sheet__option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-share-sheet__option:active {
    opacity: .7
}

.van-share-sheet__icon {
    width: 48px;
    height: 48px;
    margin: 0 16px
}

.van-share-sheet__name {
    margin-top: 8px;
    padding: 0 4px;
    color: #646566;
    font-size: 12px
}

.van-share-sheet__option-description {
    padding: 0 4px;
    color: #c8c9cc;
    font-size: 12px
}

.van-share-sheet__cancel {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border: none;
    cursor: pointer
}

.van-share-sheet__cancel:before {
    display: block;
    height: 8px;
    background-color: #f7f8fa;
    content: " "
}

.van-share-sheet__cancel:active {
    background-color: #f2f3f5
}

.van-notify {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word
}

.van-notify--primary {
    background-color: #1989fa
}

.van-notify--success {
    background-color: #07c160
}

.van-notify--danger {
    background-color: #ee0a24
}

.van-notify--warning {
    background-color: #ff976a
}

.van-dropdown-item {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.van-dropdown-item__icon {
    display: block;
    line-height: inherit
}

.van-dropdown-item__option {
    text-align: left
}

.van-dropdown-item__option--active,
.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: #1989fa
}

.van-dropdown-item--up {
    top: 0
}

.van-dropdown-item--down {
    bottom: 0
}

.van-dropdown-item__content {
    position: absolute;
    max-height: 80%
}

.van-loading {
    color: #c8c9cc;
    font-size: 0
}

.van-loading,
.van-loading__spinner {
    position: relative;
    vertical-align: middle
}

.van-loading__spinner {
    display: inline-block;
    width: 30px;
    max-width: 100%;
    height: 30px;
    max-height: 100%;
    -webkit-animation: van-rotate .8s linear infinite;
    animation: van-rotate .8s linear infinite
}

.van-loading__spinner--spinner {
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12)
}

.van-loading__spinner--spinner i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-loading__spinner--spinner i:before {
    display: block;
    width: 2px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

.van-loading__spinner--circular {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.van-loading__circular {
    display: block;
    width: 100%;
    height: 100%
}

.van-loading__circular circle {
    -webkit-animation: van-circular 1.5s ease-in-out infinite;
    animation: van-circular 1.5s ease-in-out infinite;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round
}

.van-loading__text {
    display: inline-block;
    margin-left: 8px;
    color: #969799;
    font-size: 14px;
    vertical-align: middle
}

.van-loading--vertical {
    display: flex;
    flex-direction: column;
    align-items: center
}

.van-loading--vertical .van-loading__text {
    margin: 8px 0 0
}

@-webkit-keyframes van-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

@keyframes van-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

.van-loading__spinner--spinner i:first-of-type {
    transform: rotate(30deg);
    opacity: 1
}

.van-loading__spinner--spinner i:nth-of-type(2) {
    transform: rotate(60deg);
    opacity: .9375
}

.van-loading__spinner--spinner i:nth-of-type(3) {
    transform: rotate(90deg);
    opacity: .875
}

.van-loading__spinner--spinner i:nth-of-type(4) {
    transform: rotate(120deg);
    opacity: .8125
}

.van-loading__spinner--spinner i:nth-of-type(5) {
    transform: rotate(150deg);
    opacity: .75
}

.van-loading__spinner--spinner i:nth-of-type(6) {
    transform: rotate(180deg);
    opacity: .6875
}

.van-loading__spinner--spinner i:nth-of-type(7) {
    transform: rotate(210deg);
    opacity: .625
}

.van-loading__spinner--spinner i:nth-of-type(8) {
    transform: rotate(240deg);
    opacity: .5625
}

.van-loading__spinner--spinner i:nth-of-type(9) {
    transform: rotate(270deg);
    opacity: .5
}

.van-loading__spinner--spinner i:nth-of-type(10) {
    transform: rotate(300deg);
    opacity: .4375
}

.van-loading__spinner--spinner i:nth-of-type(11) {
    transform: rotate(330deg);
    opacity: .375
}

.van-loading__spinner--spinner i:nth-of-type(12) {
    transform: rotate(1turn);
    opacity: .3125
}

.van-pull-refresh {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-pull-refresh__track {
    position: relative;
    height: 100%;
    transition-property: transform
}

.van-pull-refresh__head {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: #969799;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transform: translateY(-100%)
}

.van-number-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #f2f3f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-number-keyboard--with-title {
    border-radius: 20px 20px 0 0
}

.van-number-keyboard__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    height: 30px;
    padding-top: 6px;
    color: #646566;
    font-size: 14px
}

.van-number-keyboard__title {
    display: inline-block;
    font-weight: 400
}

.van-number-keyboard__title-left {
    position: absolute;
    left: 0
}

.van-number-keyboard__body {
    display: flex;
    padding: 6px 0 0 6px
}

.van-number-keyboard__keys {
    display: flex;
    flex: 3;
    flex-wrap: wrap
}

.van-number-keyboard__close {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 16px;
    color: #576b95;
    font-size: 14px;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.van-number-keyboard__close:active {
    opacity: .7
}

.van-number-keyboard__sidebar {
    display: flex;
    flex: 1;
    flex-direction: column
}

.van-number-keyboard--unfit {
    padding-bottom: 0
}

.van-key {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer
}

.van-key--large {
    height: 100%
}

.van-key--blue,
.van-key--delete {
    font-size: 16px
}

.van-key--active {
    background-color: #ebedf0
}

.van-key--blue {
    color: #fff;
    background-color: #1989fa
}

.van-key--blue.van-key--active {
    background-color: #0570db
}

.van-key__wrapper {
    flex: 1;
    flex-basis: 33%;
    box-sizing: border-box;
    padding: 0 6px 6px 0
}

.van-key__wrapper--wider {
    flex-basis: 66%
}

.van-key__delete-icon {
    width: 32px;
    height: 22px
}

.van-key__collapse-icon {
    width: 30px;
    height: 24px
}

.van-key__loading-icon {
    color: #fff
}

.van-list__error-text,
.van-list__finished-text,
.van-list__loading {
    color: #969799;
    font-size: 14px;
    line-height: 50px;
    text-align: center
}

.van-list__placeholder {
    height: 0;
    pointer-events: none
}

.van-switch {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: 2em;
    font-size: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1em;
    cursor: pointer;
    transition: background-color .3s
}

.van-switch,
.van-switch__node {
    height: 1em;
    background-color: #fff
}

.van-switch__node {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1em;
    border-radius: 100%;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 3px 0 rgba(0, 0, 0, .05);
    transition: transform .3s cubic-bezier(.3, 1.05, .4, 1.05)
}

.van-switch__loading {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    line-height: 1
}

.van-switch--on {
    background-color: #1989fa
}

.van-switch--on .van-switch__node {
    transform: translateX(1em)
}

.van-switch--on .van-switch__loading {
    color: #1989fa
}

.van-switch--disabled {
    cursor: not-allowed;
    opacity: .5
}

.van-switch--loading {
    cursor: default
}

.van-switch-cell {
    padding-top: 9px;
    padding-bottom: 9px
}

.van-switch-cell--large {
    padding-top: 11px;
    padding-bottom: 11px
}

.van-switch-cell .van-switch {
    float: right
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " "
}

.van-button:active:before {
    opacity: .1
}

.van-button--disabled:before,
.van-button--loading:before {
    display: none
}

.van-button--default {
    color: #323233;
    background-color: #fff;
    border: 1px solid #ebedf0
}

.van-button--primary {
    color: #fff;
    background-color: #07c160;
    border: 1px solid #07c160
}

.van-button--info {
    color: #fff;
    background-color: #1989fa;
    border: 1px solid #1989fa
}

.van-button--danger {
    color: #fff;
    background-color: #ee0a24;
    border: 1px solid #ee0a24
}

.van-button--warning {
    color: #fff;
    background-color: #ff976a;
    border: 1px solid #ff976a
}

.van-button--plain {
    background-color: #fff
}

.van-button--plain.van-button--primary {
    color: #07c160
}

.van-button--plain.van-button--info {
    color: #1989fa
}

.van-button--plain.van-button--danger {
    color: #ee0a24
}

.van-button--plain.van-button--warning {
    color: #ff976a
}

.van-button--large {
    width: 100%;
    height: 50px
}

.van-button--normal {
    padding: 0 15px;
    font-size: 14px
}

.van-button--small {
    height: 32px;
    padding: 0 8px;
    font-size: 12px
}

.van-button__loading {
    color: inherit;
    font-size: inherit
}

.van-button--mini {
    height: 24px;
    padding: 0 4px;
    font-size: 10px
}

.van-button--mini+.van-button--mini {
    margin-left: 4px
}

.van-button--block {
    display: block;
    width: 100%
}

.van-button--disabled {
    cursor: not-allowed;
    opacity: .5
}

.van-button--loading {
    cursor: default
}

.van-button--round {
    border-radius: 999px
}

.van-button--square {
    border-radius: 0
}

.van-button__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.van-button__icon {
    min-width: 1em;
    font-size: 1.2em;
    line-height: inherit
}

.van-button__icon+.van-button__text,
.van-button__loading+.van-button__text {
    margin-left: 5px
}

.van-button--hairline {
    border-width: 0
}

.van-button--hairline:after {
    border-color: inherit;
    border-radius: 4px
}

.van-button--hairline.van-button--round:after {
    border-radius: 999px
}

.van-button--hairline.van-button--square:after {
    border-radius: 0
}

.van-submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-submit-bar__tip {
    padding: 8px 12px;
    color: #f56723;
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff7cc
}

.van-submit-bar__tip-icon {
    min-width: 18px;
    font-size: 12px;
    vertical-align: middle
}

.van-submit-bar__tip-text {
    vertical-align: middle
}

.van-submit-bar__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    padding: 0 16px;
    font-size: 14px
}

.van-submit-bar__text {
    flex: 1;
    padding-right: 12px;
    color: #323233;
    text-align: right
}

.van-submit-bar__text span {
    display: inline-block
}

.van-submit-bar__suffix-label {
    margin-left: 5px;
    font-weight: 500
}

.van-submit-bar__price {
    color: #ee0a24;
    font-weight: 500;
    font-size: 12px
}

.van-submit-bar__price--integer {
    font-size: 20px;
    font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif
}

.van-submit-bar__button {
    width: 110px;
    height: 40px;
    font-weight: 500;
    border: none
}

.van-submit-bar__button--danger {
    background: linear-gradient(90deg, #ff6034, #ee0a24)
}

.van-submit-bar--unfit {
    padding-bottom: 0
}

.van-goods-action-button {
    flex: 1;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    border: none
}

.van-goods-action-button--first {
    margin-left: 5px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px
}

.van-goods-action-button--last {
    margin-right: 5px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px
}

.van-goods-action-button--warning {
    background: linear-gradient(90deg, #ffd01e, #ff8917)
}

.van-goods-action-button--danger {
    background: linear-gradient(90deg, #ff6034, #ee0a24)
}

@media (max-width:321px) {
    .van-goods-action-button {
        font-size: 13px
    }
}

.van-dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity
}

@media (max-width:321px) {
    .van-dialog {
        width: 90%
    }
}

.van-dialog__header {
    padding-top: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.van-dialog__header--isolated {
    padding: 24px 0
}

.van-dialog__message {
    max-height: 60vh;
    padding: 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
    padding-top: 12px;
    color: #646566
}

.van-dialog__message--left {
    text-align: left
}

.van-dialog__message--right {
    text-align: right
}

.van-dialog__footer {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-dialog__footer--buttons {
    display: flex
}

.van-dialog__footer--buttons .van-button {
    flex: 1
}

.van-dialog .van-button {
    border: 0
}

.van-dialog__confirm,
.van-dialog__confirm:active {
    color: #1989fa
}

.van-dialog-bounce-enter {
    transform: translate3d(-50%, -50%, 0) scale(.7);
    opacity: 0
}

.van-dialog-bounce-leave-active {
    transform: translate3d(-50%, -50%, 0) scale(.9);
    opacity: 0
}

.van-contact-edit {
    padding: 16px
}

.van-contact-edit__fields {
    overflow: hidden;
    border-radius: 4px
}

.van-contact-edit__fields .van-field__label {
    width: 4em
}

.van-contact-edit__switch-cell {
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 4px
}

.van-contact-edit__buttons {
    padding: 32px 0
}

.van-contact-edit .van-button {
    margin-bottom: 12px;
    font-size: 16px
}

.van-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    width: 88px;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(50, 50, 51, .88);
    border-radius: 8px;
    transform: translate3d(-50%, -50%, 0)
}

.van-toast--unclickable {
    overflow: hidden
}

.van-toast--unclickable * {
    pointer-events: none
}

.van-toast--html,
.van-toast--text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
    margin-top: 0
}

.van-toast--top {
    top: 50px
}

.van-toast--bottom {
    top: auto;
    bottom: 50px
}

.van-toast__icon {
    font-size: 40px
}

.van-toast__loading {
    padding: 4px;
    color: #fff
}

.van-toast__text {
    margin-top: 8px
}

.van-calendar {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff
}

.van-calendar__popup.van-popup--bottom,
.van-calendar__popup.van-popup--top {
    height: 80%
}

.van-calendar__popup.van-popup--left,
.van-calendar__popup.van-popup--right {
    height: 100%
}

.van-calendar__popup .van-popup__close-icon {
    top: 11px
}

.van-calendar__header {
    flex-shrink: 0;
    box-shadow: 0 2px 10px hsla(220, 1%, 50%, .16)
}

.van-calendar__header-subtitle,
.van-calendar__header-title,
.van-calendar__month-title {
    height: 44px;
    font-weight: 500;
    line-height: 44px;
    text-align: center
}

.van-calendar__header-title {
    font-size: 16px
}

.van-calendar__header-subtitle,
.van-calendar__month-title {
    font-size: 14px
}

.van-calendar__weekdays {
    display: flex
}

.van-calendar__weekday {
    flex: 1;
    font-size: 12px;
    line-height: 30px;
    text-align: center
}

.van-calendar__body {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.van-calendar__days {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-calendar__month-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: rgba(242, 243, 245, .8);
    font-size: 160px;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.van-calendar__day,
.van-calendar__selected-day {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.van-calendar__day {
    position: relative;
    width: 14.285%;
    height: 64px;
    font-size: 16px;
    cursor: pointer
}

.van-calendar__day--end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected,
.van-calendar__day--start,
.van-calendar__day--start-end {
    color: #fff;
    background-color: #ee0a24
}

.van-calendar__day--start {
    border-radius: 4px 0 0 4px
}

.van-calendar__day--end {
    border-radius: 0 4px 4px 0
}

.van-calendar__day--multiple-selected,
.van-calendar__day--start-end {
    border-radius: 4px
}

.van-calendar__day--middle {
    color: #ee0a24
}

.van-calendar__day--middle:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    opacity: .1;
    content: ""
}

.van-calendar__day--disabled {
    color: #c8c9cc;
    cursor: default
}

.van-calendar__bottom-info,
.van-calendar__top-info {
    position: absolute;
    right: 0;
    left: 0;
    font-size: 10px;
    line-height: 14px
}

@media (max-width:350px) {
    .van-calendar__bottom-info,
    .van-calendar__top-info {
        font-size: 9px
    }
}

.van-calendar__top-info {
    top: 6px
}

.van-calendar__bottom-info {
    bottom: 6px
}

.van-calendar__selected-day {
    width: 54px;
    height: 54px;
    color: #fff;
    background-color: #ee0a24;
    border-radius: 4px
}

.van-calendar__footer {
    flex-shrink: 0;
    padding: 0 16px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-calendar__footer--unfit {
    padding-bottom: 0
}

.van-calendar__confirm {
    height: 36px;
    margin: 7px 0
}

.van-picker {
    position: relative;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-picker__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px
}

.van-picker__cancel,
.van-picker__confirm {
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.van-picker__cancel:active,
.van-picker__confirm:active {
    opacity: .7
}

.van-picker__confirm {
    color: #576b95
}

.van-picker__cancel {
    color: #969799
}

.van-picker__title {
    max-width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.van-picker__columns {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab
}

.van-picker__columns,
.van-picker__loading {
    display: flex
}

.van-picker__loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    color: #1989fa;
    background-color: hsla(0, 0%, 100%, .9)
}

.van-picker__frame {
    top: 50%;
    right: 16px;
    left: 16px;
    z-index: 3;
    transform: translateY(-50%)
}

.van-picker__frame,
.van-picker__mask {
    position: absolute;
    pointer-events: none
}

.van-picker__mask {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
    background-repeat: no-repeat;
    background-position: top, bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.van-picker-column {
    flex: 1;
    overflow: hidden;
    font-size: 16px
}

.van-picker-column__wrapper {
    transition-timing-function: cubic-bezier(.23, 1, .68, 1)
}

.van-picker-column__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    color: #000
}

.van-picker-column__item--disabled {
    cursor: not-allowed;
    opacity: .3
}

.van-address-edit {
    padding: 12px
}

.van-address-edit__fields {
    overflow: hidden;
    border-radius: 8px
}

.van-address-edit__fields .van-field__label {
    width: 4em
}

.van-address-edit__default {
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px
}

.van-address-edit__buttons {
    padding: 32px 4px
}

.van-address-edit__buttons .van-button {
    margin-bottom: 12px
}

.van-address-edit-detail {
    padding: 0
}

.van-address-edit-detail__search-item {
    background-color: #f2f3f5
}

.van-address-edit-detail__keyword {
    color: #ee0a24
}

.van-address-edit-detail__finish {
    color: #1989fa;
    font-size: 12px
}

.van-action-sheet {
    max-height: 80%;
    color: #323233
}

.van-action-sheet__cancel,
.van-action-sheet__item {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    border: none;
    cursor: pointer
}

.van-action-sheet__cancel:active,
.van-action-sheet__item:active {
    background-color: #f2f3f5
}

.van-action-sheet__item--disabled,
.van-action-sheet__item--loading {
    color: #c8c9cc
}

.van-action-sheet__item--disabled:active,
.van-action-sheet__item--loading:active {
    background-color: #fff
}

.van-action-sheet__item--disabled {
    cursor: not-allowed
}

.van-action-sheet__item--loading {
    cursor: default
}

.van-action-sheet__subname {
    margin-left: 4px;
    color: #969799;
    font-size: 12px
}

.van-action-sheet__gap {
    display: block;
    height: 8px;
    background-color: #f7f8fa
}

.van-action-sheet__header {
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    text-align: center
}

.van-action-sheet__description {
    position: relative;
    padding: 20px 16px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.van-action-sheet__description:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    transform: scaleY(.5)
}

.van-action-sheet__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    color: #c8c9cc;
    font-size: 22px;
    line-height: inherit
}

.van-action-sheet__close:active {
    color: #969799
}

.van-radio-group--horizontal {
    display: flex;
    flex-wrap: wrap
}

.van-contact-list {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 50px
}

.van-contact-list__item {
    padding: 16px
}

.van-contact-list__item-value {
    display: flex;
    align-items: center;
    padding-right: 32px;
    padding-left: 8px
}

.van-contact-list__item-tag {
    flex: none;
    margin-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-contact-list__group {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.van-contact-list__edit {
    font-size: 16px
}

.van-contact-list__bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px 16px;
    background-color: #fff
}

.van-contact-list__add {
    height: 40px;
    line-height: 38px
}

.van-address-list {
    box-sizing: border-box;
    height: 100%;
    padding: 12px 12px 100px
}

.van-address-list__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-address-list__add {
    height: 40px;
    margin: 5px 0;
    line-height: 38px
}

.van-address-list__disabled-text {
    padding: 20px 0 16px;
    color: #969799;
    font-size: 14px;
    line-height: 20px
}

.van-address-item {
    padding: 12px;
    background-color: #fff;
    border-radius: 8px
}

.van-address-item:not(:last-child) {
    margin-bottom: 12px
}

.van-address-item__value {
    padding-right: 44px
}

.van-address-item__name {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px
}

.van-address-item__tag {
    flex: none;
    margin-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-address-item__address {
    color: #323233;
    font-size: 13px;
    line-height: 18px
}

.van-address-item--disabled .van-address-item__address,
.van-address-item--disabled .van-address-item__name {
    color: #c8c9cc
}

.van-address-item__edit {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #969799;
    font-size: 20px;
    transform: translateY(-50%)
}

.van-address-item .van-cell {
    padding: 0
}

.van-address-item .van-radio__label {
    margin-left: 12px
}

.van-address-item .van-radio__icon--checked .van-icon {
    background-color: #ee0a24;
    border-color: #ee0a24
}

.van-cell-group {
    background-color: #fff
}

.van-cell-group__title {
    padding: 16px 16px 8px;
    color: #969799;
    font-size: 14px;
    line-height: 16px
}

.van-panel {
    background: #fff
}

.van-panel__header-value {
    color: #ee0a24
}

.van-panel__footer {
    padding: 8px 16px
}

.van-checkbox-group--horizontal {
    display: flex;
    flex-wrap: wrap
}

.van-circle {
    position: relative;
    display: inline-block;
    text-align: center
}

.van-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-circle__layer {
    fill: none;
    stroke-linecap: round
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4px;
    color: #323233;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transform: translateY(-50%)
}

.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px
}

.van-col--1 {
    width: 4.16666667%
}

.van-col--offset-1 {
    margin-left: 4.16666667%
}

.van-col--2 {
    width: 8.33333333%
}

.van-col--offset-2 {
    margin-left: 8.33333333%
}

.van-col--3 {
    width: 12.5%
}

.van-col--offset-3 {
    margin-left: 12.5%
}

.van-col--4 {
    width: 16.66666667%
}

.van-col--offset-4 {
    margin-left: 16.66666667%
}

.van-col--5 {
    width: 20.83333333%
}

.van-col--offset-5 {
    margin-left: 20.83333333%
}

.van-col--6 {
    width: 25%
}

.van-col--offset-6 {
    margin-left: 25%
}

.van-col--7 {
    width: 29.16666667%
}

.van-col--offset-7 {
    margin-left: 29.16666667%
}

.van-col--8 {
    width: 33.33333333%
}

.van-col--offset-8 {
    margin-left: 33.33333333%
}

.van-col--9 {
    width: 37.5%
}

.van-col--offset-9 {
    margin-left: 37.5%
}

.van-col--10 {
    width: 41.66666667%
}

.van-col--offset-10 {
    margin-left: 41.66666667%
}

.van-col--11 {
    width: 45.83333333%
}

.van-col--offset-11 {
    margin-left: 45.83333333%
}

.van-col--12 {
    width: 50%
}

.van-col--offset-12 {
    margin-left: 50%
}

.van-col--13 {
    width: 54.16666667%
}

.van-col--offset-13 {
    margin-left: 54.16666667%
}

.van-col--14 {
    width: 58.33333333%
}

.van-col--offset-14 {
    margin-left: 58.33333333%
}

.van-col--15 {
    width: 62.5%
}

.van-col--offset-15 {
    margin-left: 62.5%
}

.van-col--16 {
    width: 66.66666667%
}

.van-col--offset-16 {
    margin-left: 66.66666667%
}

.van-col--17 {
    width: 70.83333333%
}

.van-col--offset-17 {
    margin-left: 70.83333333%
}

.van-col--18 {
    width: 75%
}

.van-col--offset-18 {
    margin-left: 75%
}

.van-col--19 {
    width: 79.16666667%
}

.van-col--offset-19 {
    margin-left: 79.16666667%
}

.van-col--20 {
    width: 83.33333333%
}

.van-col--offset-20 {
    margin-left: 83.33333333%
}

.van-col--21 {
    width: 87.5%
}

.van-col--offset-21 {
    margin-left: 87.5%
}

.van-col--22 {
    width: 91.66666667%
}

.van-col--offset-22 {
    margin-left: 91.66666667%
}

.van-col--23 {
    width: 95.83333333%
}

.van-col--offset-23 {
    margin-left: 95.83333333%
}

.van-col--24 {
    width: 100%
}

.van-col--offset-24 {
    margin-left: 100%
}

.van-count-down {
    color: #323233;
    font-size: 14px;
    line-height: 20px
}

.van-tab__pane,
.van-tab__pane-wrapper {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__pane-wrapper--inactive {
    height: 0;
    overflow: visible
}

.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.van-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    cursor: pointer
}

.van-tab--active {
    color: #323233;
    font-weight: 500
}

.van-tab--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.van-tab__text-wrapper,
.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__wrap--scrollable .van-tab {
    flex: 0 0 22%
}

.van-tabs__wrap--scrollable .van-tab--complete {
    flex: 1 0 auto
}

.van-tabs__wrap--scrollable .van-tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
    display: none
}

.van-tabs__nav {
    position: relative;
    display: flex;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 15px
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: 30px;
    margin: 0 16px;
    border: 1px solid #ee0a24;
    border-radius: 2px
}

.van-tabs__nav--card .van-tab {
    color: #ee0a24;
    border-right: 1px solid #ee0a24
}

.van-tabs__nav--card .van-tab:last-child {
    border-right: none
}

.van-tabs__nav--card .van-tab.van-tab--active {
    color: #fff;
    background-color: #ee0a24
}

.van-tabs__nav--card .van-tab--disabled {
    color: #c8c9cc
}

.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    height: 3px;
    background-color: #ee0a24;
    border-radius: 3px
}

.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: 44px
}

.van-tabs--card>.van-tabs__wrap {
    height: 30px
}

.van-coupon-list {
    position: relative;
    height: 100%;
    background-color: #f7f8fa
}

.van-coupon-list__field {
    padding: 5px 0 5px 16px
}

.van-coupon-list__field .van-field__body {
    height: 34px;
    padding-left: 12px;
    line-height: 34px;
    background: #f7f8fa;
    border-radius: 17px
}

.van-coupon-list__field .van-field__body::-moz-placeholder {
    color: #c8c9cc
}

.van-coupon-list__field .van-field__body::placeholder {
    color: #c8c9cc
}

.van-coupon-list__field .van-field__clear {
    margin-right: 0
}

.van-coupon-list__exchange-bar {
    display: flex;
    align-items: center;
    background-color: #fff
}

.van-coupon-list__exchange {
    flex: none;
    height: 32px;
    font-size: 16px;
    line-height: 30px;
    border: 0
}

.van-coupon-list .van-tabs__wrap {
    box-shadow: 0 6px 12px -12px #969799
}

.van-coupon-list__list {
    box-sizing: border-box;
    padding: 16px 0 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-coupon-list__list--with-bottom {
    padding-bottom: 66px
}

.van-coupon-list__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 16px;
    font-weight: 500;
    background-color: #fff
}

.van-coupon-list__close {
    height: 40px
}

.van-coupon-list__empty {
    padding-top: 60px;
    text-align: center
}

.van-coupon-list__empty p {
    margin: 16px 0;
    color: #969799;
    font-size: 14px;
    line-height: 20px
}

.van-coupon-list__empty img {
    width: 200px;
    height: 200px
}

.van-divider {
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: #969799;
    font-size: 14px;
    line-height: 24px;
    border-color: #ebedf0;
    border-style: solid;
    border-width: 0
}

.van-divider:after,
.van-divider:before {
    display: block;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0
}

.van-divider:before {
    content: ""
}

.van-divider--hairline:after,
.van-divider--hairline:before {
    transform: scaleY(.5)
}

.van-divider--dashed {
    border-style: dashed
}

.van-divider--content-center:before,
.van-divider--content-left:before,
.van-divider--content-right:before {
    margin-right: 16px
}

.van-divider--content-center:after,
.van-divider--content-left:after,
.van-divider--content-right:after {
    margin-left: 16px;
    content: ""
}

.van-divider--content-left:before,
.van-divider--content-right:after {
    max-width: 10%
}

.van-dropdown-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-dropdown-menu__bar {
    position: relative;
    display: flex;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 2px 12px hsla(210, 1%, 40%, .08)
}

.van-dropdown-menu__bar--opened {
    z-index: 11
}

.van-dropdown-menu__item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-width: 0;
    cursor: pointer
}

.van-dropdown-menu__item:active {
    opacity: .7
}

.van-dropdown-menu__item--disabled:active {
    opacity: 1
}

.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
    color: #969799
}

.van-dropdown-menu__title {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 8px;
    color: #323233;
    font-size: 15px;
    line-height: 22px
}

.van-dropdown-menu__title:after {
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -5px;
    border: 3px solid;
    border-color: transparent transparent #dcdee0 #dcdee0;
    transform: rotate(-45deg);
    opacity: .8;
    content: ""
}

.van-dropdown-menu__title--active {
    color: #1989fa
}

.van-dropdown-menu__title--active:after {
    border-color: transparent transparent currentColor currentColor
}

.van-dropdown-menu__title--down:after {
    margin-top: -1px;
    transform: rotate(135deg)
}

.van-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 32px 0
}

.van-empty__image {
    width: 160px;
    height: 160px
}

.van-empty__image img {
    width: 100%;
    height: 100%
}

.van-empty__description {
    margin-top: 16px;
    padding: 0 60px;
    color: #969799;
    font-size: 14px;
    line-height: 20px
}

.van-empty__bottom {
    margin-top: 24px
}

.van-goods-action {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-goods-action--unfit {
    padding-bottom: 0
}

.van-grid {
    display: flex;
    flex-wrap: wrap
}

.van-swipe {
    position: relative;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: flex;
    height: 100%
}

.van-swipe__track--vertical {
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: 12px;
    left: 50%;
    display: flex;
    transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: 12px;
    flex-direction: column;
    transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: 6px
}

.van-swipe__indicator {
    width: 6px;
    height: 6px;
    background-color: #ebedf0;
    border-radius: 100%;
    opacity: .3;
    transition: opacity .2s
}

.van-swipe__indicator:not(:last-child) {
    margin-right: 6px
}

.van-swipe__indicator--active {
    background-color: #1989fa;
    opacity: 1
}

.van-swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.van-image-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-image-preview__swipe {
    height: 100%
}

.van-image-preview__swipe-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.van-image-preview__cover {
    position: absolute;
    top: 0;
    left: 0
}

.van-image-preview__image {
    width: 100%;
    transition-property: transform
}

.van-image-preview__image--vertical {
    width: auto;
    height: 100%
}

.van-image-preview__image img {
    -webkit-user-drag: none
}

.van-image-preview__image .van-image__error {
    top: 30%;
    height: 40%
}

.van-image-preview__image .van-image__error-icon {
    font-size: 36px
}

.van-image-preview__image .van-image__loading {
    background-color: transparent
}

.van-image-preview__index {
    position: absolute;
    top: 16px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0 1px 1px #323233;
    transform: translate(-50%)
}

.van-image-preview__overlay {
    background-color: rgba(0, 0, 0, .9)
}

.van-image-preview__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: 22px;
    cursor: pointer
}

.van-image-preview__close-icon:active {
    color: #969799
}

.van-image-preview__close-icon--top-left {
    top: 16px;
    left: 16px
}

.van-image-preview__close-icon--top-right {
    top: 16px;
    right: 16px
}

.van-image-preview__close-icon--bottom-left {
    bottom: 16px;
    left: 16px
}

.van-image-preview__close-icon--bottom-right {
    right: 16px;
    bottom: 16px
}

.van-uploader {
    position: relative;
    display: inline-block
}

.van-uploader__wrapper {
    display: flex;
    flex-wrap: wrap
}

.van-uploader__wrapper--disabled {
    opacity: .5
}

.van-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0
}

.van-uploader__input-wrapper {
    position: relative
}

.van-uploader__input:disabled {
    cursor: not-allowed
}

.van-uploader__upload {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: 0 8px 8px 0;
    background-color: #f7f8fa;
    border-radius: 8px
}

.van-uploader__upload:active {
    background-color: #f2f3f5
}

.van-uploader__upload-icon {
    color: #dcdee0;
    font-size: 24px
}

.van-uploader__upload-text {
    margin-top: 8px;
    color: #969799;
    font-size: 12px
}

.van-uploader__preview {
    position: relative;
    margin: 0 8px 8px 0;
    cursor: pointer
}

.van-uploader__preview-image {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px
}

.van-uploader__preview-delete {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #969799;
    font-size: 18px;
    background-color: #fff;
    border-radius: 100%
}

.van-uploader__mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(50, 50, 51, .88);
    border-radius: 8px
}

.van-uploader__mask-icon {
    font-size: 22px
}

.van-uploader__mask-message {
    margin-top: 6px;
    padding: 0 4px;
    font-size: 12px;
    line-height: 14px
}

.van-uploader__loading {
    width: 22px;
    height: 22px;
    color: #fff
}

.van-uploader__file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f7f8fa;
    border-radius: 8px
}

.van-uploader__file-icon {
    color: #646566;
    font-size: 20px
}

.van-uploader__file-name {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 4px;
    color: #646566;
    font-size: 12px;
    text-align: center
}

.van-index-anchor {
    z-index: 1;
    box-sizing: border-box;
    padding: 0 16px;
    color: #323233;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    background-color: transparent
}

.van-index-anchor--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: #07c160;
    background-color: #fff
}

.van-index-bar__sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-index-bar__index {
    padding: 0 4px 0 16px;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px
}

.van-index-bar__index--active {
    color: #07c160
}

.van-pagination {
    display: flex;
    font-size: 14px
}

.van-pagination__item,
.van-pagination__page-desc {
    display: flex;
    align-items: center;
    justify-content: center
}

.van-pagination__item {
    flex: 1;
    box-sizing: border-box;
    min-width: 36px;
    height: 40px;
    color: #1989fa;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-pagination__item:active {
    color: #fff;
    background-color: #1989fa
}

.van-pagination__item:after {
    border-width: 1px 0 1px 1px
}

.van-pagination__item:last-child:after {
    border-right-width: 1px
}

.van-pagination__item--active {
    color: #fff;
    background-color: #1989fa
}

.van-pagination__next,
.van-pagination__prev {
    padding: 0 4px;
    cursor: pointer
}

.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
    color: #646566;
    background-color: #f7f8fa;
    cursor: not-allowed;
    opacity: .5
}

.van-pagination__page {
    flex-grow: 0
}

.van-pagination__page-desc {
    flex: 1;
    height: 40px;
    color: #646566
}

.van-pagination--simple .van-pagination__next:after,
.van-pagination--simple .van-pagination__prev:after {
    border-width: 1px
}

.van-password-input {
    position: relative;
    margin: 0 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-password-input__error-info,
.van-password-input__info {
    margin-top: 16px;
    font-size: 14px;
    text-align: center
}

.van-password-input__info {
    color: #969799
}

.van-password-input__error-info {
    color: #ee0a24
}

.van-password-input__security {
    display: flex;
    width: 100%;
    height: 50px;
    cursor: pointer
}

.van-password-input__security:after {
    border-radius: 6px
}

.van-password-input__security li {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    line-height: 1.2;
    background-color: #fff
}

.van-password-input__security i {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
    visibility: hidden
}

.van-password-input__cursor,
.van-password-input__security i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.van-password-input__cursor {
    width: 1px;
    height: 40%;
    background-color: #323233;
    -webkit-animation: van-cursor-flicker 1s infinite;
    animation: van-cursor-flicker 1s infinite
}

@-webkit-keyframes van-cursor-flicker {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes van-cursor-flicker {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.van-progress {
    position: relative;
    height: 4px;
    background: #ebedf0;
    border-radius: 4px
}

.van-progress__portion {
    position: absolute;
    left: 0;
    height: 100%;
    background: #1989fa;
    border-radius: inherit
}

.van-progress__pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: 3.6em;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    background-color: #1989fa;
    border-radius: 1em;
    transform: translateY(-50%)
}

.van-row:after {
    display: table;
    clear: both;
    content: ""
}

.van-row--flex {
    display: flex
}

.van-row--flex:after {
    display: none
}

.van-row--justify-center {
    justify-content: center
}

.van-row--justify-end {
    justify-content: flex-end
}

.van-row--justify-space-between {
    justify-content: space-between
}

.van-row--justify-space-around {
    justify-content: space-around
}

.van-row--align-center {
    align-items: center
}

.van-row--align-bottom {
    align-items: flex-end
}

.van-sidebar {
    width: 85px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-tree-select {
    position: relative;
    display: flex;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-tree-select__nav {
    flex: 1;
    overflow-y: auto;
    background-color: #f7f8fa;
    -webkit-overflow-scrolling: touch
}

.van-tree-select__nav-item {
    padding: 14px 12px
}

.van-tree-select__content {
    flex: 2;
    overflow-y: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

.van-tree-select__item {
    position: relative;
    padding: 0 32px 0 16px;
    font-weight: 500;
    line-height: 48px;
    cursor: pointer
}

.van-tree-select__item--active {
    color: #ee0a24
}

.van-tree-select__item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tree-select__selected {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    font-size: 16px
}

.van-skeleton {
    display: flex;
    padding: 0 16px
}

.van-skeleton__avatar {
    flex-shrink: 0;
    margin-right: 16px;
    background-color: #f2f3f5
}

.van-skeleton__avatar--round {
    border-radius: 999px
}

.van-skeleton__content {
    width: 100%
}

.van-skeleton__avatar+.van-skeleton__content {
    padding-top: 8px
}

.van-skeleton__row,
.van-skeleton__title {
    height: 16px;
    background-color: #f2f3f5
}

.van-skeleton__title {
    margin: 0
}

.van-skeleton__row:not(:first-child) {
    margin-top: 12px
}

.van-skeleton__title+.van-skeleton__row {
    margin-top: 20px
}

.van-skeleton--animate {
    -webkit-animation: van-skeleton-blink 1.2s ease-in-out infinite;
    animation: van-skeleton-blink 1.2s ease-in-out infinite
}

.van-skeleton--round .van-skeleton__row,
.van-skeleton--round .van-skeleton__title {
    border-radius: 999px
}

@-webkit-keyframes van-skeleton-blink {
    50% {
        opacity: .6
    }
}

@keyframes van-skeleton-blink {
    50% {
        opacity: .6
    }
}

.van-stepper {
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-stepper__minus,
.van-stepper__plus {
    position: relative;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    color: #323233;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    cursor: pointer
}

.van-stepper__minus:before,
.van-stepper__plus:before {
    width: 50%;
    height: 1px
}

.van-stepper__minus:after,
.van-stepper__plus:after {
    width: 1px;
    height: 50%
}

.van-stepper__minus:after,
.van-stepper__minus:before,
.van-stepper__plus:after,
.van-stepper__plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    transform: translate(-50%, -50%);
    content: ""
}

.van-stepper__minus:active,
.van-stepper__plus:active {
    background-color: #e8e8e8
}

.van-stepper__minus--disabled,
.van-stepper__plus--disabled {
    color: #c8c9cc;
    background-color: #f7f8fa;
    cursor: not-allowed
}

.van-stepper__minus--disabled:active,
.van-stepper__plus--disabled:active {
    background-color: #f7f8fa
}

.van-stepper__minus {
    border-radius: 4px 0 0 4px
}

.van-stepper__minus:after {
    display: none
}

.van-stepper__plus {
    border-radius: 0 4px 4px 0
}

.van-stepper__input {
    box-sizing: border-box;
    width: 32px;
    height: 28px;
    margin: 0 2px;
    padding: 0;
    color: #323233;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    border-width: 1px 0;
    border-radius: 0;
    -webkit-appearance: none
}

.van-stepper__input:disabled {
    color: #c8c9cc;
    background-color: #f2f3f5;
    -webkit-text-fill-color: currentColor;
    opacity: 1
}

.van-stepper__input:-moz-read-only {
    cursor: default
}

.van-stepper__input:read-only {
    cursor: default
}

.van-stepper--round .van-stepper__input {
    background-color: transparent
}

.van-stepper--round .van-stepper__minus,
.van-stepper--round .van-stepper__plus {
    border-radius: 100%
}

.van-stepper--round .van-stepper__minus:active,
.van-stepper--round .van-stepper__plus:active {
    opacity: .7
}

.van-stepper--round .van-stepper__minus--disabled,
.van-stepper--round .van-stepper__minus--disabled:active,
.van-stepper--round .van-stepper__plus--disabled,
.van-stepper--round .van-stepper__plus--disabled:active {
    opacity: .3
}

.van-stepper--round .van-stepper__plus {
    color: #fff;
    background-color: #ee0a24
}

.van-stepper--round .van-stepper__minus {
    color: #ee0a24;
    background-color: #fff;
    border: 1px solid #ee0a24
}

.van-sku-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 50%;
    max-height: 80%;
    overflow-y: visible;
    font-size: 14px;
    background: #fff
}

.van-sku-body {
    flex: 1 1 auto;
    min-height: 44px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.van-sku-body::-webkit-scrollbar {
    display: none
}

.van-sku-header {
    display: flex;
    flex-shrink: 0;
    margin: 0 16px
}

.van-sku-header__img-wrap {
    width: 96px;
    height: 96px;
    margin: 12px 12px 12px 0;
    overflow: hidden;
    border-radius: 4px
}

.van-sku-header__goods-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 20px 12px 0
}

.van-sku-header-item {
    margin-top: 8px;
    color: #969799;
    font-size: 12px;
    line-height: 16px
}

.van-sku__price-symbol {
    font-size: 16px;
    vertical-align: bottom
}

.van-sku__price-num {
    font-weight: 500;
    font-size: 22px;
    vertical-align: bottom;
    word-wrap: break-word
}

.van-sku__goods-price {
    color: #ee0a24
}

.van-sku__price-tag {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding: 0 5px;
    overflow: hidden;
    color: #ee0a24;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px
}

.van-sku__price-tag:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    opacity: .1;
    content: ""
}

.van-sku-group-container {
    padding-top: 12px
}

.van-sku-group-container--hide-soldout .van-sku-row__item--disabled {
    display: none
}

.van-sku-row {
    margin: 0 16px 12px
}

.van-sku-row:last-child {
    margin-bottom: 0
}

.van-sku-row__image-item,
.van-sku-row__item {
    position: relative;
    overflow: hidden;
    color: #323233;
    border-radius: 4px;
    cursor: pointer
}

.van-sku-row__image-item:before,
.van-sku-row__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f8fa;
    content: ""
}

.van-sku-row__image-item--active,
.van-sku-row__item--active {
    color: #ee0a24
}

.van-sku-row__image-item--active:before,
.van-sku-row__item--active:before {
    background: currentColor;
    opacity: .1
}

.van-sku-row__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    margin: 0 12px 12px 0;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle
}

.van-sku-row__item-img {
    z-index: 1;
    width: 24px;
    height: 24px;
    margin: 4px 0 4px 4px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px
}

.van-sku-row__item-name {
    z-index: 1;
    padding: 8px
}

.van-sku-row__item--disabled {
    color: #c8c9cc;
    background: #f2f3f5;
    cursor: not-allowed
}

.van-sku-row__item--disabled .van-sku-row__item-img {
    opacity: .3
}

.van-sku-row__image {
    margin-right: 0
}

.van-sku-row__image-item {
    display: flex;
    flex-direction: column;
    width: 110px;
    margin: 0 4px 4px 0;
    border: 1px solid transparent
}

.van-sku-row__image-item:last-child {
    margin-right: 0
}

.van-sku-row__image-item-img {
    width: 100%;
    height: 110px
}

.van-sku-row__image-item-img-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 18px;
    height: 18px
}

.van-sku-row__image-item-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 40px;
    padding: 4px;
    font-size: 12px;
    line-height: 16px
}

.van-sku-row__image-item-name span {
    word-wrap: break-word
}

.van-sku-row__image-item--active {
    border-color: currentColor
}

.van-sku-row__image-item--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-sku-row__image-item--disabled:before {
    z-index: 2;
    background: #f2f3f5;
    opacity: .4
}

.van-sku-row__title {
    padding-bottom: 12px
}

.van-sku-row__title-multiple {
    color: #969799
}

.van-sku-row__scroller {
    margin: 0 -16px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-sku-row__scroller::-webkit-scrollbar {
    display: none
}

.van-sku-row__row {
    display: inline-flex;
    margin-bottom: 4px;
    padding: 0 16px
}

.van-sku-row__indicator {
    width: 40px;
    height: 4px;
    background: #ebedf0;
    border-radius: 2px
}

.van-sku-row__indicator-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 16px
}

.van-sku-row__indicator-slider {
    width: 50%;
    height: 100%;
    background-color: #ee0a24;
    border-radius: 2px
}

.van-sku-stepper-stock {
    padding: 12px 16px;
    overflow: hidden;
    line-height: 30px
}

.van-sku__stepper {
    float: right;
    padding-left: 4px
}

.van-sku__stepper-title {
    float: left
}

.van-sku__stepper-quota {
    float: right;
    color: #ee0a24;
    font-size: 12px
}

.van-sku__stock {
    display: inline-block;
    margin-right: 8px;
    color: #969799;
    font-size: 12px
}

.van-sku__stock-num--highlight {
    color: #ee0a24
}

.van-sku-messages {
    padding-bottom: 32px
}

.van-sku-messages .van-cell:after {
    top: 0;
    right: 16px;
    bottom: auto
}

.van-sku-messages__image-cell .van-cell__title {
    max-width: 6em;
    margin-right: 12px
}

.van-sku-messages__image-cell .van-cell__value {
    overflow: visible;
    text-align: left
}

.van-sku-img-uploader {
    display: inline-block
}

.van-sku-img-uploader__uploader {
    vertical-align: middle
}

.van-sku-img-uploader__img {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 8px;
    background: #f7f8fa;
    border-radius: 2px
}

.van-sku-img-uploader__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.van-sku-img-uploader__delete {
    position: absolute;
    top: -12px;
    right: -14px;
    z-index: 1;
    padding: 6px;
    color: rgba(50, 50, 51, .8);
    opacity: .8
}

.van-sku-img-uploader__delete:before {
    background-color: #fff;
    border-radius: 14px
}

.van-sku-img-uploader__mask {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(50, 50, 51, .8)
}

.van-sku-img-uploader__warn-text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px
}

.van-sku-img-uploader__trigger {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #dcdee0
}

.van-sku-actions,
.van-sku-img-uploader__trigger {
    display: flex
}

.van-sku-actions {
    flex-shrink: 0;
    padding: 8px 16px
}

.van-sku-actions .van-button {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 0
}

.van-sku-actions .van-button:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.van-sku-actions .van-button:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.van-sku-actions .van-button--warning {
    background: linear-gradient(90deg, #ffd01e, #ff8917)
}

.van-sku-actions .van-button--danger {
    background: linear-gradient(90deg, #ff6034, #ee0a24)
}

.van-slider {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ebedf0;
    border-radius: 999px;
    cursor: pointer
}

.van-slider:before {
    position: absolute;
    top: -8px;
    right: 0;
    bottom: -8px;
    left: 0;
    content: ""
}

.van-slider__bar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1989fa;
    border-radius: inherit;
    transition: width .2s
}

.van-slider__button {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.van-slider__button-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(50%, -50%, 0);
    cursor: -webkit-grab;
    cursor: grab
}

.van-slider--disabled {
    cursor: not-allowed;
    opacity: .5
}

.van-slider--disabled .van-slider__button-wrapper {
    cursor: not-allowed
}

.van-slider--vertical {
    display: inline-block;
    width: 2px;
    height: 100%
}

.van-slider--vertical .van-slider__button-wrapper {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate3d(50%, 50%, 0)
}

.van-slider--vertical:before {
    top: 0;
    right: -8px;
    bottom: 0;
    left: -8px
}

.van-steps {
    overflow: hidden;
    background-color: #fff
}

.van-steps--horizontal {
    padding: 10px 10px 0
}

.van-steps--horizontal .van-steps__items {
    position: relative;
    display: flex;
    margin: 0 0 10px;
    padding-bottom: 22px
}

.van-steps--vertical {
    padding: 0 0 0 32px
}

.van-swipe-cell {
    position: relative;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab
}

.van-swipe-cell__wrapper {
    transition-timing-function: cubic-bezier(.18, .89, .32, 1);
    transition-property: transform
}

.van-swipe-cell__left,
.van-swipe-cell__right {
    position: absolute;
    top: 0;
    height: 100%
}

.van-swipe-cell__left {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.van-swipe-cell__right {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.van-tabbar {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff
}

.van-tabbar--fixed {
    position: fixed;
    bottom: 0;
    left: 0
}

.van-tabbar--unfit {
    padding-bottom: 0
}

.button,
.checkmark {
    background-color: #dedede;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(190, 190, 220, .2);
    color: #fff;
    height: 30px;
    margin: 0 .5rem 0 0;
    cursor: pointer;
    position: relative;
    transition: box-shadow .2s;
    width: 30px
}

.button:hover,
.checkmark:hover {
    background-color: #ccc
}

.button:active,
.checkmark:active {
    background: #2196f3;
    box-shadow: 0 0 15px 40px rgba(220, 220, 250, 0)
}

.autoplay-controls {
    cursor: pointer
}

.autoplay-controls:active>.checkmark {
    background: #2196f3;
    box-shadow: 0 0 15px 40px rgba(220, 220, 250, 0)
}

.slider_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    width: 900px
}

.slide_this.counter {
    float: right;
    margin: 0 1rem
}

.slides {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 900px
}

.navigation-buttons {
    display: inherit;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.slider_navigation {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    height: 20px;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.autoplay-sub {
    float: left;
    line-height: 30px;
    font-size: .7rem
}

.checkmark {
    float: left
}

.checkmark:after {
    display: none;
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    transform: rotate(45deg)
}

.button-left:after,
.button-right:after,
.checkmark:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0
}

.button-left:after,
.button-right:after {
    display: block;
    height: 8px;
    width: 8px
}

.button-left:after {
    left: 11px;
    top: 10px;
    transform: rotate(135deg)
}

.button-right:after {
    left: 7px;
    top: 10px;
    transform: rotate(-45deg)
}

.inright {
    -webkit-animation: goInL .5s cubic-bezier(1, 1.59, .61, .74);
    animation: goInL .5s cubic-bezier(1, 1.59, .61, .74);
    position: relative;
    z-index: 300 !important
}

@-webkit-keyframes goInL {
    0% {
        left: -900px
    }
    to {
        left: 0
    }
}

@keyframes goInL {
    0% {
        left: -900px
    }
    to {
        left: 0
    }
}

.outright {
    -webkit-animation: goOutL .5s cubic-bezier(1, 1.59, .61, .74);
    animation: goOutL .5s cubic-bezier(1, 1.59, .61, .74);
    position: relative;
    z-index: 200
}

@-webkit-keyframes goOutL {
    0% {
        left: 0
    }
    to {
        left: 900px
    }
}

@keyframes goOutL {
    0% {
        left: 0
    }
    to {
        left: 900px
    }
}

.inleft {
    -webkit-animation: goInR .8s cubic-bezier(1, 1.4, .61, .74);
    animation: goInR .8s cubic-bezier(1, 1.4, .61, .74);
    position: relative;
    z-index: 300 !important
}

@-webkit-keyframes goInR {
    0% {
        left: 900px
    }
    50% {
        left: 400px
    }
    to {
        left: 0
    }
}

@keyframes goInR {
    0% {
        left: 900px
    }
    50% {
        left: 400px
    }
    to {
        left: 0
    }
}

.outleft {
    -webkit-animation: goOutR .5s cubic-bezier(1, 1.59, .61, .74);
    animation: goOutR .5s cubic-bezier(1, 1.59, .61, .74);
    position: relative;
    z-index: 200
}

@-webkit-keyframes goOutR {
    0% {
        left: 0
    }
    to {
        left: -900px
    }
}

@keyframes goOutR {
    0% {
        left: 0
    }
    to {
        left: -900px
    }
}

.pic {
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 45%
}

.pic:first-child {
    z-index: 100
}