@charset "UTF-8";
.pec-mask {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .6;
}

.pec-pop {
    position: fixed;
    z-index: 30;
    top: 50%;
    left: 50%;
    width: 80%;
    padding-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pec-pop h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    padding: 0 42px 15px;
    text-align: center;
}

.pec-pop .pec-pop-content {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.pec-pop .pec-pop-main {
    max-height: 125px;
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: justify;
    overflow-y: auto;
}
.pec-pop h3 + .pec-pop-btn {
    margin-top: 15px;
}
.pec-pop .pec-pop-main .pec-pop-message {
        color: #666;
    font-size: 15px;
}

.pec-pop .pec-pop-main .pec-pop-message-tips {
    font-size: 11px;
    color: #ABABAB;
    margin-top: 10px;
}

.pec-pop .pec-pop-message-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
    height: 13px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 80%);
}

.pec-pop .pec-pop-btn {
    position: relative;
    font-size: 0;
}

.pec-pop .pec-pop-btn:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.pec-pop .pec-pop-btn button {
    position: relative;
    outline: none;
    border-radius: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'PingFang SC', 'Droid Sans';
    font-size: 17px;
    width: 50%;
    height: 45px;
    background: #FFFFFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pec-pop .pec-pop-btn button:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #E7E7E7;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.pec-pop .pec-pop-btn button:last-child:after {
    display: none;
}

.pec-pop .pec-pop-btn .primary-btn {
    color: #666;
}

.pec-pop .pec-pop-btn .orange-btn {
    color: #F17940;
}

.pec-pop .pec-pop-btn .disabled-btn {
    color: #DADADA;
}

.pec-pop .pec-pop-btn.pec-by-vertical button {
    position: relative;
    width: 100%;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pec-pop .pec-pop-btn.pec-by-vertical button:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.pec-pop .pec-pop-btn.pec-by-vertical button:last-child:after {
    display: none;
}
    .pay-modal, .pay-modal .layer {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
    }

    .pay-modal {
        -moz-box-align: center;
        -moz-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -webkit-overflow-scrolling: touch;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        outline: 0;
        overflow: auto;
        right: 0;
        z-index: 9999;
    }
    .pay-modal .layer {
        background: rgba(0,0,0,.4);
        width: 100%;
        z-index: -1;
    }
    .pay-modal .title {
        font-family: poppy-roboto,PingFang SC,Helvetica,Noto Sans SC,Source Han Sans CN,Arial,Hiragino Sans GB,sans-serif;
        font-family: var(--poppy_font);
        text-align: center;
        padding: 0.5rem 0.68rem 0 0.68rem;
        font-size: .34rem;
        line-height: 1.5;
    }
    .pay-modal .content {
        background-color: #fafafc;
        border-radius: .1rem;
        height: auto;
        overflow: hidden;
        position: relative;
        width: 75%;
        z-index: 99999;
    }
    .pay-modal .content .body {
        font-size: .34rem;
        line-height: 1.5;
        padding: .5rem .68rem;
        font-size: var(--poppy_fontsize_medium_xx2);
    }
    .pay-modal .content .body .body-modal {
        display: inline-block;
        text-align: left;
    }
    .pay-modal .content .footer {
        border-top: 1px solid #e7e7e7;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pay-modal .content .footer .btn:first-child {
        border-right: 1px solid #e7e7e7;
    }

    .pay-modal .content .footer div {
        -moz-box-flex: 1;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        border-radius: 0;
        display: block;
        flex: 1;
        font-size: .34rem;
        padding: .2rem 0;
        text-align: center;
        font-size: var(--poppy_fontsize_medium_xx2);
    }
    .btn {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        border: 1px solid transparent;
        border-radius: .38rem;
        font-size: .28rem;
        font-weight: 400;
        line-height: 1.4;
        padding: .2rem .3rem;
        text-align: center;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }
    .c-org, .c_org {
        color: #f37938!important;
    }
    .c-6, .c_6 {
        color: #666!important;
    }

    #member-container-tip .dialog-content {
        border-radius: 12px !important;
    }

    #member-container-tip .dialog-content .primary-btn{
        color: rgba(0,0,0,.4);
        color: var(--poppy_color_positive_level4);
        font-size: .36rem;
        font-size: var(--poppy_fontsize_medium_xx);
        font-weight: 500;
        font-weight: var(--poppy_font_weight_medium);
    }

    #member-container-tip .btn {
        color: rgba(0,0,0,.4);
        color: var(--poppy_color_positive_level4);
        font-size: .36rem;
        font-size: var(--poppy_fontsize_medium_xx);
        font-weight: 500;
        font-weight: var(--poppy_font_weight_medium);
    }

    #member-container-tip .content .footer {
        border-top: none !important;
    }

    #member-container-tip .content .footer div {
        padding: 0 !important;
    }

    #member-container-tip .title {
        font-family: poppy-roboto,PingFang SC,Helvetica,Noto Sans SC,Source Han Sans CN,Arial,Hiragino Sans GB,sans-serif;
        font-family: var(--poppy_font);
        font-weight: 500;
        font-weight: var(--poppy_font_weight_medium);
        color: #000;
        color: var(--poppy_color_positive_level1);
        font-size: .36rem;
        font-size: var(--poppy_fontsize_medium_xx);
    }

    #member-container-tip .title p {
        font-family: poppy-roboto,PingFang SC,Helvetica,Noto Sans SC,Source Han Sans CN,Arial,Hiragino Sans GB,sans-serif;
        font-family: var(--poppy_font);
        font-weight: 500;
        font-weight: var(--poppy_font_weight_medium);
        line-height: .54rem;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #member-container-tip .poppy-agreement__title {
        font-size: .24rem !important;
        font-size: var(--poppy_fontsize_small) !important;
    }