.flex-r {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-r-c {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-r-jc {
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-r-c-c {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-r-s {
    -ms-flex-pack: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-r-e {
    -ms-flex-pack: end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-c-c {
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-c-ac {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-c-s {
    -ms-flex-pack: start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex-c-e {
    -ms-flex-pack: end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-c-c-c {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-r-sb {
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.shrink0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ab-t0-l0 {
    left: 0;
    position: absolute;
    top: 0
}

.ab-full {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.op0 {
    opacity: 0
}

.op1 {
    opacity: 1
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ai-c {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.jc-c {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.ai-s {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.ai-e {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.jc-s {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.jc-e {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#app {
    min-height: unset
}

taro-textarea-core>.taro-textarea {
    background: none;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    line-height: inherit;
    resize: inherit;
    width: 100%
}

taro-input-core>.weui-input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    line-height: inherit;
    width: 100%
}

body,
html {
    height: 100%
}

#app {
    height: 100%
}

.taro_page {
    overflow: hidden
}

.nb-ci-arrow {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative
}

.nb-ci-arrow_w {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center
}

.nb-ci-arrow_p {
    overflow: hidden;
    position: absolute
}

.nb-ci-x {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative
}

.nb-ci-x_w {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center
}

.nb-ci-x_r {
    position: absolute
}

.nb-ci-x_l {
    position: absolute
}

.nb-ci-emark {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 0;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden
}

.nb-ci-emark_t {
    text-align: center
}

.nb-ci-l {
    font-size: 0;
    line-height: 0;
    pointer-events: none;
    position: relative
}

.nb-ci-l_w {
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: absolute
}

.nb-ci-l_w_r {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 4rem;
    top: -2rem;
    width: 100%
}

.nb-ci-l_w_c {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: -2rem;
    width: 4rem
}

.nb-ci-l_w_l {
    border: .025rem dashed #fff;
    border-radius: .05rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.nb-ci-l_w_l_r {
    height: 4rem;
    min-width: 120%;
    top: 2rem
}

.nb-ci-l_w_l_c {
    left: 2rem;
    min-height: 120%;
    width: 4rem
}

.p-h {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #fff;
    border-bottom-color: #a7a7aa;
    border-bottom-style: solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 100
}

.p-h-c {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative
}

.p-h-c-l {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 2rem;
    z-index: 2
}

.p-h-c-c {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 2rem;
    overflow: hidden;
    position: absolute;
    right: 2rem;
    z-index: 1
}

.p-h-c-c-h {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.p-h-c-c-t {
    color: #333;
    font-size: .7rem
}

.p-h-c-b {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: .425rem;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.p-h-c-b-i {
    height: .425rem;
    width: 2.15rem
}

.p-h-c-r {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: .25rem;
    overflow: hidden;
    z-index: 2
}

.p-h-c-r-h {
    height: 100%;
    width: 4.3rem
}

.loading-wrapper {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1999
}

.oc-modal-wrap {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    pointer-events: none;
    position: absolute;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.oc-modal-wrap_bg {
    background: rgba(0, 0, 0, .65)
}

.oc-modal-wrap_f1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    pointer-events: auto;
    position: relative;
    z-index: 0
}

.oc-modal-wrap_ctn {
    -ms-flex-negative: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    pointer-events: auto
}

.oc-modal-wrap_ctn>div,
.oc-modal-wrap_ctn>span,
.oc-modal-wrap_ctn>taro-text-core,
.oc-modal-wrap_ctn>taro-view-core {
    pointer-events: var(--mwpe)
}

.y-toast {
    -ms-flex-negative: 0;
    background-color: rgba(0, 0, 0, .7);
    border-radius: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 15rem;
    padding: 0 .8rem
}

.y-toast-text {
    -ms-flex-negative: 0;
    color: #fff;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: .7rem;
    line-height: .85rem;
    padding: .5rem 0;
    text-align: center;
    word-break: break-all
}

.y-toast-text-discribe {
    -ms-flex-negative: 0;
    color: #999;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: .6rem;
    line-height: .75rem;
    padding-bottom: .5rem;
    text-align: center;
    word-break: break-all
}

.cpt-button-view:active {
    opacity: .8
}

.bc-ex-btn {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    border: .05rem solid transparent;
    border-radius: 1.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 2.2rem;
    -webkit-justify-content: center;
    justify-content: center
}

.bc-ex-btn_t {
    font-size: .8rem
}

.bc-pop-ctn_lg {
    z-index: 3
}

.bc-pop-ctn_lg_i {
    height: .5rem;
    margin: 0 .25rem
}

.bc-pop-ctn_x {
    z-index: 5
}

.bc-pop-ctn_b_v {
    position: relative
}

@-webkit-keyframes BcCcAnimeScale {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes BcCcAnimeScale {
    0% {
        opacity: .5;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bc-pop-ctn {
    background: #fff;
    border-radius: .4rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 16rem
}

.bc-pop-ctn_lg {
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: .5rem;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bc-pop-ctn_lg_i {
    width: .5rem
}

.bc-pop-ctn_x {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem
}

.bc-pop-ctn_ttl {
    -ms-flex-pack: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 13.6rem
}

.bc-pop-ctn_ttl_t {
    color: #333;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.1rem;
    text-align: center
}

.bc-pop-ctn_sv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.bc-pop-ctn_sv_c {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 13.6rem
}

.bc-pop-ctn_b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .8rem 1.2rem 1.2rem
}

.bc-pop-ctn_b_row {
    -ms-flex-pack: justify;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 4.2rem;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bc-pop-ctn_b_column {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: .4rem
}

.bc-pop-ctn_b_v {
    -ms-flex-negative: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.bc-confirm-t {
    color: #666;
    font-size: .7rem;
    line-height: 1rem;
    text-align: center;
    white-space: pre-wrap
}

.bc-eipt {
    -ms-flex-negative: 0;
    border: .05rem solid #ccc;
    border-radius: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: .6rem;
    height: 2.2rem;
    margin: .05rem;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    width: 13.6rem
}

.bc-cipt_i {
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: .25rem
}

page {
    height: 100%
}

.taro_page {
    height: 100%
}

.page_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    width: 100%
}

.page_content {
    -ms-flex-positive: 1;
    background: #eee;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-height: 2.5rem;
    position: relative
}