* {
    font-size: 14px
}

*,
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 {
    color: #323233;
    font-weight: 500;
    background: #ddd
}

.footer {
    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 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.nav_foot li {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.nav_foot li img {
    width: 18px;
    height: 18px
}

.nav_foot li span {
    color: #868f8b;
    font-size: 12px;
    margin-top: 3px
}

.active span {
    color: #009688 !important
}

.web_show {
    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 {
    width: 36px;
    height: 36px
} */

.web_show .logo_box {
    width: 90px;
    height: 49px;
}
.web_show span {
    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 {
    width: 100%;
    height: 100%
}

.web_show .download_box {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.web_show .download_box img {
    width: 100%;
    height: 100%
}

.index_title {
    background: #fafafa
}

.index_title .top_title {
    text-align: center;
    padding: 12px 12px 0;
    color: #009688;
    font-size: 28px
}

.index_title .bot_title {
    text-align: center;
    padding: 0 12px 16px;
    color: #9a9a9a;
    font-size: 16px
}

.my-swipe {
    height: 500px;
    width: 100%
}

.my-swipe .van-swipe-item {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.my-swipe .back_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.index_list {
    width: 100%;
    padding: 20px 0 64px 0;
    box-sizing: border-box;
    background: #fafafa
}

.index_list .list_content {
    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 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.list_ul .list_li {
    width: 50%;
    padding: 4px;
    box-sizing: border-box
}

.list_ul .list_li ol {
    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 {
    width: 100%;
    height: 200px;
    padding: 8px;
    box-sizing: border-box
}

.list_ul .list_li ol .list_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.list_ul .list_li ol .info {
    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 {
    display: inline-block;
    color: #f39839;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box
}

.search_box {
    background: #fafafa;
    padding: 20px 15px 0 15px;
    box-sizing: border-box
}

.search_box input {
    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 {
    width: 100%;
    padding: 20px 0 64px 0;
    box-sizing: border-box;
    background: #fafafa
}

.index_list .list_content {
    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 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.list_ul .list_li {
    width: 50%;
    padding: 4px;
    box-sizing: border-box
}

.list_ul .list_li ol {
    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 {
    width: 100%;
    height: 200px;
    padding: 8px;
    box-sizing: border-box
}

.list_ul .list_li ol .list_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.list_ul .list_li ol .info {
    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 {
    display: inline-block;
    color: #f39839;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box
}

.agree_zz {
    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 {
    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 {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff
}

.branch_content {
    padding: 15px 30px 50px 30px;
    box-sizing: border-box
}

.money {
    margin-bottom: 15px;
    font-size: 14px;
    color: #212121
}

.choose_money {
    margin-bottom: 15px;
    display: flex
}

.choose_money ul {
    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 {
    padding: 10px 10px;
    font-size: 14px;
    color: #a6a6a6
}

.choose_money ul .active {
    background: #c9c9c9;
    color: #333
}

.stepper {
    margin-bottom: 40px
}

.stepper .van-stepper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.stepper .van-stepper 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 .van-stepper__minus:before,
.stepper .van-stepper .van-stepper__plus:before {
    width: 34%;
    height: 1px;
    color: #000
}

.stepper .van-stepper input {
    background: transparent;
    font-size: 24px
}

.agree_box {
    margin: 25px 0 15px
}

.van-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box .greencolor {
    color: #009688;
    font-weight: 400
}

.close_btn {
    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 {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    margin: 0 10px 0 20px
}

.agree_title {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree {
    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 {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #212121
}

.win {
    padding-bottom: 64px
}

.mine_top {
    width: 100%;
    /* padding: 15px; */
    box-sizing: border-box;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.mine_top .mine_info {
    width: 100%;
    background: #009688;
    border-radius: 2px;
    padding: 12px 8px 8px 8px;
    box-sizing: border-box
}

.balance {
    padding: 12px 8px 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff
}

.mine_info_btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

.mine_info_btn .btn button {
    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 {
    width: 22px;
    height: 22px
}

.one_btn {
    background: #2196f3 !important;
    color: #fff !important
}

.main .main_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.main .main_nav li {
    flex: 1;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    opacity: .7
}

.grayback {
    background: #dcdcdc !important;
    color: #333 !important
}

.main .main_nav li.active {
    opacity: 1;
    border-bottom: 2px solid #009688
}

.center_text {
    width: 100%;
    padding: 15px 0 5px;
    background: #fafafa
}

.center_top {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row
}

.center_top li {
    width: 50%
}

.center_top li .top_ol {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    color: #7d7d7d
}

.center_top li .top_ol img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.bot_ol {
    margin-top: 12px;
    font-size: 22px;
    color: rgba(0, 0, 0, .87)
}

.right_li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

.bot_ol .countdown .van-count-down {
    display: flex;
    flex-direction: row;
    align-items: center
}

.bot_ol .countdown span {
    color: #0f1223;
    margin-left: 5px;
    font-size: 24px
}

.bot_ol .countdown .span {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 5px;
    background: #f2f2f2
}

.bot_ol .ol_btn button {
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    background: #ff9800;
    color: #fff
}

.btn_center {
    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 {
    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 {
    background: #4caf50;
    color: #fff
}

.back_two {
    background: #9c27b0;
    color: #fff
}

.back_three {
    background: #f44336;
    color: #fff
}

.center_notes {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 8px;
    box-sizing: border-box
}

.center_notes li {
    width: 20%;
    display: flex;
    justify-content: center
}

.center_notes li ol {
    display: inline-block;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: #2196f3;
    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 {
    background: #fafafa
}

.content_con {
    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 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #009587;
    padding: 12px 0
}

.content_title img {
    width: 20px;
    height: 20px
}

.content_title p {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    margin-top: 10px
}

.parity {
    width: 100%
}

.parity table {
    width: 100%;
    border-collapse: collapse
}

.parity table th {
    width: 20%;
    height: 56px;
    line-height: 56px;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    text-align: center
}

.parity table td {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center
}

.parity table tr {
    border-bottom: 1px solid #e0e0e0
}

.parity table tr td span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 2px
}

.red {
    background: #f44336
}

.redcolor {
    color: #f44336
}

.purple {
    background: #9c27b0
}

.purplecolor {
    color: #9c27b0
}

.green {
    background: #4caf50
}

.greencolor {
    color: #4caf50
}

.bluecolor {
    color: #2197f3
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.myParity_info,
.page_btn .van-icon {
    font-size: 14px
}

.myParity_info span {
    margin-right: 20px
}

.success {
    color: #4caf50
}

.fail {
    color: #f44336
}

.waitcolor {
    color: #f39839
}

.myParity .myParity_title {
    color: #009688;
    font-size: 14px
}

.myParity ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 15px
}

.myParity ul li ol {
    width: 50%;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, .87)
}

.myParity_btn {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.myParity_btn button {
    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 {
    color: #f39839
}

.agree_zz {
    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 {
    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 {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree {
    width: 100%;
    padding: 15px 15px 60px 15px;
    box-sizing: border-box
}

.content_agree p {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    padding: 8px;
    box-sizing: border-box
}

.close_btn {
    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 {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.btn_active {
    background: #dcdcdc !important;
    color: #333 !important
}

.table_loading {
    width: 100%;
    height: 2px;
    overflow: hidden;
    position: relative
}

.v-progress-linear__bar__indeterminate--active .short {
    -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 {
    -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,
.v-progress-linear__bar__indeterminate .short {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    will-change: left, right;
    width: auto;
    height: 2px;
    background-color: inherit
}

.primary {
    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 {
    padding-bottom: 64px;
    background: #fafafa
}

.mine_top {
    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 {
    width: 100%;
    background: #009688;
    border-radius: 2px;
    padding: 12px 8px 8px 8px;
    box-sizing: border-box
}

.mine_info_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.info_left {
    display: flex;
    flex-direction: row;
    align-items: center
}

.info_left img {
    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 {
    color: #fff;
    font-size: 14px;
    margin-left: 15px
}

.info_left ul li {
    line-height: 22px
}

.info_right .notice {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.info_right .notice img {
    width: 20px;
    height: 20px
}

.mobile {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 15px
}

.balance {
    padding: 0 15px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff
}

.mine_info_btn button {
    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:last-child {
    margin-right: 0
}

.threebtn {
    background: #33cbba !important;
    color: #fff !important
}

.one_btn {
    background: #2196f3 !important;
    color: #fff !important
}

.mine_nav {
    padding: 8px 0;
    background: #fff;
    margin-top: 2px
}

.mine_nav ul li {
    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 {
    display: flex;
    align-items: center
}

.mine_nav ul li ol img {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.mine_nav ul li ol span {
    font-size: 16px;
    color: #4e4e4e
}

.mine_nav ul li ol a {
    font-size: 16px;
    color: #4e4e4e
}

.mine_nav ul li ol .van-icon {
    font-size: 16px;
    color: #757575
}

.goout_box {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa
}

.goout_box button {
    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 {
    width: 100%
}

[class*=van-hairline]:after {
    border: 0
}

.van-collapse-item .van-cell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.van-collapse-item .van-cell:after {
    border-bottom: 0
}

.van-collapse-item .van-cell__title {
    display: flex;
    flex-direction: row
}

.van-collapse-item img {
    width: 24px;
    height: 24px;
    margin-right: 20px
}

.nav_name {
    font-size: 16px;
    color: #4e4e4e
}

.nav_content {
    padding: 12px 15px 12px 33px;
    font-size: 16px;
    color: #4e4e4e
}

.van-collapse-item .van-collapse-item__content {
    padding: 12px 16px 0
}

.notice_zz {
    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 {
    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 {
    font-size: 24px;
    padding: 15px
}

.tz_info {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.special_wrapper {
    width: 80%
}

.special {
    padding: 5px 0 15px
}

.input_box {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px 0
}

.input_box span {
    font-size: 12px;
    color: #757575
}

.input_box input {
    width: 100%;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #949494;
    /* padding: 10px 0 5px 0 */
}

.signinInfo {
    margin-bottom: 10px
}

.signinInfo .signinfo {
    padding: 10px 0 10px 20px
}

.mine_top_items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 16px;
    padding: 20px 0
}

.top_item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.top_item>div {
    margin-bottom: 5px
}

.top_item>button {
    border-color: #2196f3 !important;
    padding: 0 8px;
    margin-top: 5px;
    width: 80px;
    font-size: 14px
}

.product {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.swiper_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);
    padding-top: 10px;
    box-sizing: border-box
}

.my-swipe {
    height: 490px;
    width: 100%;
    background: #fafafa
}

.my-swipe .van-swipe-item {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.my-swipe .back_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.custom-indicator {
    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 {
    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 {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .5)
}

.i_active {
    width: 28px;
    height: 28px
}

.product_info {
    padding: 15px 0
}

.product_info .info {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5
}

.product_info .price {
    font-size: 18px;
    color: #f39839
}

.goshop_btn,
.product_info .price {
    padding: 8px 15px;
    box-sizing: border-box
}

.goshop_btn button {
    padding: 10px 15px;
    border: 0;
    background: #f39839;
    color: #fff;
    font-size: 14px;
    border-radius: 4px
}

.disabled_btn {
    background: #dcdcdc !important;
    color: rgba(0, 0, 0, .26) !important
}

.table_info {
    background: #fff;
    width: 100%
}

.table_info table {
    width: 100%;
    border-collapse: collapse
}

.table_info table tr {
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px
}

.table_info table tr:last-child {
    border-bottom: 0
}

.table_info table tr th {
    color: #a3a3a3
}

.table_info table tr td,
.table_info table tr th {
    width: 50%;
    padding: 0 15px 0 8%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 25px;
    height: 25px
}

.recharge_box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;

    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.top_text {
    padding: 15px;
    box-sizing: border-box;
    text-align: center
}

.top_text,
.top_text span {
    font-size: 24px;
    font-weight: 400
}

.code_input_box {
    width: 100%;
    display: flex;
    justify-content: center
}

.code_input {
    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 {
    width: 22px;
    height: 22px;
    margin-right: 5px
}

.code_input input {
    width: 90%;
    font-size: 14px;
    border: 0
}

.amount_list {
    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 {
    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 {
    width: 100%;
    padding-left: 4%;
    box-sizing: border-box
}

.payment_box .van-radio__icon--checked .van-icon {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio__icon .van-icon {
    border: transparent;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio {
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.payment_text {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #757575
}

.van-radio .text {
    margin-left: 30px;
    display: inline-block;
    color: #212121
}

.recharge_btn {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px
}

.recharge_btn button {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    padding: 14px 0;
    text-align: center;
    width: 52%
}

.choose_active {
    background: #2196f3 !important;
    color: #fff !important;
    border-radius: 2px
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.notice_zz {
    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 {
    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 {
    font-size: 18px;
    padding: 15px
}

.tz_info {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.notice_zz {
    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 {
    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 {
    font-size: 18px;
    padding: 15px
}

.tz_info {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    height: 56px;
    width: 100%;
    line-height: 56px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #009688;
    justify-content: space-between
}

.top_nav .left,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.orders_nav {
    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 {
    padding: 0 12px
}

.active {
    border-bottom: 4px solid #fff;
    color: #fff !important
}

.shadow_box {
    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 {
    padding: 15px;
    box-sizing: border-box
}

.recharge {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box {
    padding: 24px;
    box-sizing: border-box
}

.input_box {
    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 {
    font-size: 16px
}

.input_box img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn {
    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 {
    width: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn a {
    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 {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box {
    padding: 24px;
    box-sizing: border-box
}

.input_box {
    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 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.gocode {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode,
.gocode_time {
    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 {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.input_box img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn {
    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 {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn a {
    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 {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box .greencolor {
    color: #009688;
    font-weight: 400
}

.agree_zz {
    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 {
    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 {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree {
    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 {
    padding: 0 15px;
    box-sizing: border-box
}

li,
ol,
ul {
    list-style: disc;
    font-size: 14px
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 14px
}

strong {
    font-size: 14px;
    font-weight: 700
}

.content_agree p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.close_btn {
    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 {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.tips_span {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge {
    height: 100vh;
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.recharge_box {
    padding: 24px;
    box-sizing: border-box
}

.input_box {
    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: 10px;
    position: relative
}

.special_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.gocode {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode,
.gocode_time {
    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 {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.input_box img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.input_box input {
    width: 90%;
    border: 0;
    font-size: 16px
}

.input_box_btn {
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.input_box_btn .login_btn {
    /* width: 65%; */

    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 {
    /* width: 65%; */
    width: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px
}

.input_box_btn .two_btn a {
    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;
    text-decoration: none;
}

.van-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center
}

.agree_box .van-checkbox__label {
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0, 0, 0, .54)
}

.agree_box .greencolor {
    color: #009688;
    font-weight: 400
}

.tips_span {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -10px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.promotion {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 25px;
    height: 25px
}

.pro_content {
    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 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff
}

.container .headline {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.container .headline span {
    font-size: 24px;
    font-weight: 400
}

.level_box {
    background: #fff
}

.level_content {
    width: 100%
}

.level_content .level_list {
    padding: 15px;
    box-sizing: border-box
}

.level_content .level_list .layout {
    width: 100%;
    display: flex;
    flex-direction: row
}

.level_list .layout li {
    width: 50%
}

.level_list .layout li ol {
    text-align: center;
    font-size: 16px;
    color: #757575
}

.level_list .layout li .two_ol {
    font-size: 22px;
    color: rgba(0, 0, 0, .87);
    line-height: 1.5
}

.layout_bot {
    padding: 15px 0;
    position: relative
}

.dep_btn {
    position: absolute;
    left: 65%;
    border-color: #2196f3 !important;
    padding: 0 12px;
    width: 80px;
    font-size: 14px;
    border-radius: 5px
}

.one_btn {
    background: #2196f3 !important;
    color: #fff !important
}

.layout_bot .bot_list {
    border-bottom: 1px solid #949494;
    padding: 15px 0 12px
}

.bot_list .titles {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 5px
}

.bot_list .answer {
    font-size: 16px;
    font-weight: 400
}

.heights {
    height: 70px;
    line-height: 1.5
}

.openlink {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.openlink button {
    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 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent
}

.right_zz .wrapper {
    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 {
    padding: 15px 0;
    font-size: 15px
}

.new_table {
    width: 100%;
    background: #fff;
    padding: 0 15px 20px;
    box-sizing: border-box
}

.new_table .table_ul {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden
}

.new_table .table_ul .table_head ol {
    font-size: 12px
}

.new_table .table_ul .table_body {
    font-size: 14px
}

.new_table .table_ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.new_table .table_ul li ol {
    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:first-child {
    width: 12%
}

.new_table .table_ul li ol:last-child {
    width: 18%
}

.van-tabs__nav.van-tabs__line {
    display: none !important
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.child_items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    background: #fff;
    border-top: 1px solid #ddd
}

.child_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    flex: 1;
    padding: 12px 0
}

.notice_zz {
    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 {
    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 {
    font-size: 18px;
    padding: 15px
}

.tz_info {
    font-size: 14px;
    padding: 15px;
    line-height: 1.5;
    max-height: 47vh;
    overflow-y: auto
}

.tz_close {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px 8px 15px;
    box-sizing: border-box
}

.tz_close button {
    color: #00897b;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    background: transparent;
    margin-left: 10px
}

.right_info {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%
}

.deposit {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 25px;
    height: 25px
}

.container {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    text-align: center
}

.container .headline {
    padding: 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

.container .headline span {
    font-size: 24px;
    font-weight: 400
}

.dep_btn {
    border-color: #2196f3 !important;
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 5px;
    background: #2196f3;
    color: #fff;
    margin-top: 10px
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon {
    display: flex;
    justify-content: flex-end
}

.list_box li ol .icon img {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum {
    color: #757575
}

.list_box li ol .times {
    color: #757575;
    font-size: 12px
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.list_box li ol .icon img {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum {
    color: #757575
}

.list_box li ol .times {
    color: #757575;
    font-size: 12px
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 25px;
    height: 25px
}



.top_text {
    padding: 15px;
    box-sizing: border-box;
    text-align: center
}

.top_text,
.top_text span {
    font-size: 24px;
    font-weight: 400
}

.code_input_box {
    width: 100%;
    display: flex;
    justify-content: center
}

.code_input {
    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 {
    width: 22px;
    height: 22px;
    margin-right: 5px
}

.code_input input {
    width: 90%;
    font-size: 14px;
    border: 0
}

.text_field {
    padding: 30px 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #212121
}

.payment_box {
    width: 100%;
    padding-left: 4%;
    box-sizing: border-box;
    margin-bottom: 10px
}

.payment_box .van-radio__icon--checked .van-icon {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio__icon .van-icon {
    border: transparent;
    width: 25px;
    display: inline-block
}

.payment_box .van-radio {
    height: 48px;
    line-height: 48px;
    font-size: 16px
}

.payment_text {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #757575
}

.van-radio .text {
    margin-left: 30px;
    display: inline-block;
    color: #212121
}

.add_card {
    margin-bottom: 5px
}

.add_card .van-collapse {
    width: 100%;
    padding: 15px;
    box-sizing: border-box
}

[class*=van-hairline]:after {
    border: 0
}

.van-collapse-item .van-cell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0
}

.van-collapse-item .van-cell:after {
    border-bottom: 0
}

.van-collapse-item .van-cell__title {
    display: flex;
    flex-direction: row
}



.nav_name {
    /* font-size: 14px; */
    color: #4e4e4e
}

.nav_content {
    padding: 12px 15px 12px 48px;
    font-size: 14px;
    color: #4e4e4e
}

.van-collapse-item .van-collapse-item__content {
    padding: 12px 16px 0
}

.van-collapse-item .van-collapse-item__wrapper {
    border-bottom: 1px solid #e0e0e0
}

.password_box {
    padding: 15px;
    box-sizing: border-box
}

.box_border {
    border-bottom: 1px solid #949494;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px
}

.password_box .box_border img {
    width: 24px;
    height: 24px
}

.password_box .box_border input {
    width: 90%;
    border: 0;
    font-size: 14px
}

.recharge_btn {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 24px
}

.recharge_btn button {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    padding: 14px 0;
    text-align: center;
    width: 52%
}

.recharge_btn a {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
    padding: 14px 0;
    text-align: center;
    width: 52%
}


.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.bankcard {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 24px;
    height: 24px
}

.address_list {
    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 {
    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 {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .left_icon img {
    width: 40px;
    height: 40px
}

.list_ul li .center {
    width: 72%
}

.list_ul li .center .name {
    font-size: 16px
}

.list_ul li .center .info_text {
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.list_ul li .right_icon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .right_icon img {
    width: 24px;
    height: 24px
}

.popup_box {
    padding: 20px 20px;
    box-sizing: border-box
}

.popup_box .popup_title {
    font-size: 14px;
    color: #757575
}

.popup_ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 10px 0;
    box-sizing: border-box
}

.popup_ul li img {
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.delete_zz {
    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 {
    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 {
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400
}

.warpper .text {
    padding: 15px 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    color: #505050
}

.warpper .bot_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 8px 15px;
    box-sizing: border-box
}

.warpper .bot_btn button,
.warpper .bot_btn a {
    background: transparent;
    color: #757575;
    font-size: 14px;
    border: 0;
    height: 36px;
    line-height: 36px;
    margin-left: 30px
}

.warpper .bot_btn .btn-theme {
    color: #e53935 !important
}

.addbankcard {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.v-label-active {
    transform: translateY(-18px) scale(.75)
}

.teal-text {
    color: #009688;
    caret-color: #009688
}

.continue_btn {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button {
    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 {
    border-bottom: 1px solid red !important
}

.gocode {
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.gocode,
.gocode_time {
    margin-top: 21px;
    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 {
    background: #dcdcdc;
    font-size: 12px;
    color: #a3a3a3
}

.tips_span {
    font-size: 12px !important;
    color: red;
    position: absolute;
    bottom: -1px;
    z-index: -1;
    left: 15px;
    line-height: 12px;
    transition: all .3s
}

.recharge {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 24px;
    height: 24px
}

.address_list {
    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 {
    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 {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .left_icon img {
    width: 40px;
    height: 40px
}

.list_ul li .center {
    width: 72%
}

.list_ul li .center .name {
    font-size: 16px
}

.list_ul li .center .info_text {
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.list_ul li .right_icon {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.list_ul li .right_icon img {
    width: 24px;
    height: 24px
}

.popup_box {
    padding: 20px 20px;
    box-sizing: border-box
}

.popup_box .popup_title {
    font-size: 14px;
    color: #757575
}

.popup_ul li {
    /* display: unset; */
    flex-direction: unset;
    align-items: center;
    padding: 25px 10px 0;
    box-sizing: border-box;
    border-bottom: 0px;
}

.list_ul li {
    justify-content: unset;
}

.popup_ul li img {
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.addbankcard {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li input:focus {
    border-bottom: 1px solid #009688
}

.v-label-active {
    transform: translateY(-18px) scale(.75)
}

.teal-text {
    color: #009688;
    caret-color: #009688
}

.continue_btn {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button {
    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 {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 24px;
    height: 24px
}

.completed_nav {
    display: flex;
    flex-direction: row;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #009688;
    position: relative
}

.completed_nav li {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.completed_nav .li_line {
    width: 48%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.content .recharge_box {
    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 {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn {
    width: 46%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 20px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 10px
}

.list_box li ol .icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.list_box li ol .icon img {
    width: 20px;
    height: 20px
}

.list_box li ol .oddnum {
    color: #757575
}

.list_box li ol .times {
    color: #757575;
    font-size: 12px
}

.agree_zz {
    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 {
    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 {
    font-size: 24px;
    padding: 15px;
    box-sizing: border-box;
    background: #e0e0e0;
    color: rgba(0, 0, 0, .87)
}

.content_agree {
    width: 100%;
    padding: 15px 15px 60px 15px;
    box-sizing: border-box
}

.input_card .card_ul {
    padding-bottom: 50px
}

.input_card .card_ul li {
    padding: 15px 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input,
.input_card .card_ul li textarea {
    background: transparent;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #919191;
    padding-bottom: 4px
}

.input_card .card_ul li textarea {
    height: 60px
}

.close_btn {
    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 {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: rgba(0, 0, 0, .9)
}

.tips {
    padding: 10px 15px 20px;
    box-sizing: border-box;
    font-size: 14px
}

.addbankcard {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card {
    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 {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li .van-cell {
    padding: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li .van-cell .van-field__body {
    position: relative
}

.input_card .card_ul li .van-cell .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,
.input_card .card_ul li textarea {
    background: transparent;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #919191
}

.input_card .card_ul li textarea {
    padding-bottom: 4px;
    height: 60px
}

.v-label-active {
    transform: translateY(-18px) scale(.75)
}

.teal-text {
    color: #009688;
    caret-color: #009688
}

.continue_btn {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button {
    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 {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    padding: 10px 0;
    text-align: center
}

.privacypolicy {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content_agree {
    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 {
    padding: 0 15px;
    box-sizing: border-box
}

li,
ol,
ul {
    list-style: none;
    font-size: 14px
}



dl,
ol,
ul {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

ol,
ul {
    padding-left: 0rem !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 14px
}

strong {
    font-size: 14px;
    font-weight: 700
}

.content_agree p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.riskagreement {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content_agree {
    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 {
    font-size: 18px;
    text-align: center
}

.content_agree p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.back_red {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 112px
}

.content_box {
    display: flex;
    justify-content: center;
    padding-top: 9vw
}

.redenvelopes_box {
    width: 80%;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 40px 20px;
    box-sizing: border-box
}

.redenvelopes_box .title {
    font-size: 26px;
    text-align: center;
    font-weight: 700
}

.img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vw
}

.hb_img_box {
    width: 50vw;
    height: 50vw;
    position: relative
}

.hb_img_box img {
    width: 50vw;
    height: 50vw
}

.hb_img_box .price {
    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 {
    font-size: 32px
}

.btn_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12vw
}

.btn_box button {
    width: 80%;
    background: #fff;
    font-size: 18px;
    color: #fff;
    background: #d6170d;
    border: 0;
    border-radius: 4px;
    padding: 12px 0
}

.new_tutorial {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.content {
    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 {
    font-size: 18px;
    margin-bottom: 10px
}

.content p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 5px
}

.content img {
    max-width: 45%;
    margin-bottom: 15px
}

.img_two {
    display: flex;
    flex-direction: row
}

.img_two img {
    margin: 0 10px 15px
}

.recharge {
    background: #ffffff;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.top_nav .right {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_nav .right img {
    width: 24px;
    height: 24px
}



.null_data {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center
}

.pagination {
    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 {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.pagination .page_box .page {
    font-size: 12px;
    color: rgba(0, 0, 0, .54)
}

.pagination .page_btn a{
    width: 36%;
    display: flex;
    justify-content: space-between
}

.pagination .page_btn .van-icon {
    font-size: 14px
}

.choose_page {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.choose_page_par {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

.choose_page_par span {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-right: 15px
}

.page_box_two {
    width: 20%;
    border-bottom: 1px solid #949494
}

.page_box_two .van-dropdown-menu__bar {
    box-shadow: 0 2px 12px rgba(100, 101, 102, 0);
    height: 28px
}

.page_box_two .van-dropdown-menu__title {
    padding: 0 15px 0 0
}

.van-dropdown-menu .van-popup--top {
    top: 0;
    right: 0;
    width: 20%;
    left: auto
}

.completed_list .list_box {
    padding: 0 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0
}

.list_box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.list_box li:last-child {
    border-bottom: 0
}

.list_box li ol {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.list_box li ol p {
    font-size: 14px;
    margin-bottom: 3px;
    color: #757575
}

.list_box li ol .icon {
    color: #009688;
    font-weight: 700
}

.list_box li ol .oddnum,
.list_box li ol .times {
    color: #757575
}

.openlink {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.openlink button {
    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 {
    background: #fafafa;
    padding-bottom: 64px
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.input_card {
    width: 100%;
    padding: 15px 15px 64px 15px;
    box-sizing: border-box
}

.input_card .card_ul li {
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column
}

.input_card .card_ul li p {
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 10px
}

.input_card .card_ul li input {
    background: transparent;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #919191
}

.v-label-active {
    transform: translateY(-18px) scale(.75)
}

.teal-text {
    color: #009688;
    caret-color: #009688
}

.continue_btn {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.continue_btn button {
    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 {
    border-bottom: 1px solid red !important
}

.top_nav {
    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,
.top_nav {
    display: flex;
    flex-direction: row;
    align-items: center
}

.top_nav .left img {
    width: 20px;
    height: 20px;
    margin-right: 30px
}

.top_nav .left span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.back_red {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 112px
}

.content_box {
    display: flex;
    justify-content: center;
    padding-top: 9vw
}

.redenvelopes_box {
    width: 80%;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 40px 20px;
    box-sizing: border-box
}

.redenvelopes_box .title {
    font-size: 26px;
    text-align: center;
    font-weight: 700
}

.img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vw
}

.hb_img_box {
    width: 50vw;
    height: 50vw;
    position: relative
}

.hb_img_box img {
    width: 50vw;
    height: 50vw
}

.hb_img_box .price {
    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 {
    font-size: 32px
}

.btn_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12vw
}

.btn_box button {
    width: 80%;
    background: #fff;
    font-size: 18px;
    color: #fff;
    background: #d6170d;
    border: 0;
    border-radius: 4px;
    padding: 12px 0
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent
}

.loading span {
    color: #fff;
    font-size: 18px
}

.v-dialog {
    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 {
    -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 {
    background-color: #009688 !important;
    border-color: #009688 !important
}

.v-progress-linear {
    background: 0 0;
    margin: 15px 0 5px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.v-card__text {
    padding: 16px;
    width: 100%;
    box-sizing: border-box
}

.v-progress-linear__bar__indeterminate--active .long {
    -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,
.v-progress-linear__bar__indeterminate .short {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    will-change: left, right;
    width: auto;
    background-color: inherit
}

.white {
    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%
    }
}





.help-block {
    color: #ff0000 !important;
}

/* 
p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
} */


.van-collapse-item__wrapper {

    overflow: hidden;
    transition: max-height 0.3s ease;
}

.van-collapse-item__wrapper.show {
    max-height: 500px;
    /* enough to fit content */
}

.van-icon-arrow {
    transition: transform 0.3s ease;
}

.van-collapse-item__title.van-collapse-item__title--expanded .van-icon-arrow {
    transform: rotate(90deg);
}

.van-collapse-item__wrapper {

    overflow: hidden;
    transition: height 0.3s ease;
}

.field-signupform-verification_code {
    width: 70%;
}

.field-passwordresetrequestform-verification_code {
    width: 70%;
}

.popup_ul a {
    text-decoration: none;
}


.list_ul li span a {
    text-decoration: unset;
    color: inherit;

}

a {
    color: inherit;
    text-decoration: unset;
}


.card {

    border-radius: 0rem !important;
}

.wallet_transaction_list_box li {
    display: block !important;
}
.completed_nav .tab{
        padding: 16px 16px;
}