body {
    height: 100%;
    background-color: var(--weui-BG-0);
    -webkit-tap-highlight-color: transparent;
}

.page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: var(--weui-BG-2);
}

.weui-msg__tips-area:last-child {
    margin-bottom: 100px;
}

/**/
.weui-card {
    margin: 8px 8px 0;
}

/*按钮*/
.weui-btn_secondary {
    color: #6c757d;
    background-color: #f2f2f2;
}

.weui-btn_secondary:not(.weui-btn_disabled):visited {
    color: #6c757d;
}

.weui-btn_secondary:not(.weui-btn_disabled):active {
    background-color: #e6e6e6;
}

/*半屏窗兼容*/
.weui-half-screen-dialog__bd~.weui-half-screen-dialog__ft {
    padding-top: .5rem;
}

/*对话框按钮*/

/*文字颜色*/
.weui-text__primary {
    color: #07c160;
    color: var(--weui-BRAND);
}

.weui-text__warn {
    color: #fa5151;
    color: var(--weui-RED);
}

/*布局*/
.weui-flex__center {
    display: flex;
    align-items: center;
    justify-content: left;
}

/*支付2*/
.weui-pay-order {
    text-align: left;
}

.weui-cells_pay {
    margin-top: 0;
}

/**/
.weui-img_responsive {
    width: 100%;
    height: auto;
}

/*支付方式选择*/
.weui-cells_pay .weui-cell {
    padding: 8px;
}

.weui-cells_pay .weui-cell .weui-cell__hd {
    margin-right: .5rem;
}

.weui-cells_pay .weui-cell .weui-cell__bd {
    display: flex;
    align-items: center;
    justify-content: left;
}

.weui-cells_pay .weui-cell .weui-cell__bd .pay-logo {
    margin-right: .5rem;
    max-width: 28px;
    max-height: 28px;
}

/**/
.weui-cells_pay .weui-cell .weui-cell__bd .pay-logo {
    margin-right: .5rem;
    max-width: 28px;
    max-height: 28px;
}

.weui-msg-success{
    background-color: var(--weui-BG);
}