.color-lakeblue i,
.color-lakeblue p {
    /* background: #00bfbf; */
    color: #00bfbf;
}

.color-purple i,
.color-purple p {
    /* background: #c280ff; */
    color: #c280ff;
}

.color-pink i,
.color-pink p {
    /* background: #ec808d; */
    color: #ec808d;
}

.color-ccq i,
.color-ccq p {
    /* background: #ff9900 !important; */
    color: #ff9900;
}

.color-green i,
.color-green p {
    /* background: #6db94b !important; */
    color: #6db94b;
}

.color-orange i,
.color-orange p {
    /* background: #fe6b15 !important; */
    color: #fe6b15;
}

.color-bule i,
.color-bule p {
    /* background: #5f99ff !important; */
    color: #5f99ff;
}

.color-red i,
.color-red p {
    /* background: #F15A4A !important; */
    color: #F15A4A;
}

.color-lightblue i,
.color-lightblue p {
    /* background: #10A6E2 !important; */
    color: #F15A4A;
}

.color-lightgreen i,
.color-lightgreen p {
    /* background: #39B786 !important; */
    color: #F15A4A;
}

.color-violet i,
.color-violet p {
    /* background: #a644b6 !important; */
    color: #F15A4A;
}

.color-pink i,
.color-pink p {
    /* background: #ff48a1 !important; */
    color: #F15A4A;
}

.color-navygreen i,
.color-navygreen p {
    /* background: #57C6D1 !important; */
    color: #F15A4A;
}

.van-dialog {
    border-radius: 5px !important;
}

.van-dialog .van-dialog__content .van-field__control {
    line-height: 40px !important;
    background: #f1f1f1;
    border-radius: 5px !important;
}

.van-dialog .van-dialog__content .van-field__label {
    display: flex !important;
    align-items: center !important;
}

.changeCoupons {
    z-index: 999;
    position: fixed;
    bottom: 50px;
    text-align: center;
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 5px 0;
    height: 65px;
    padding-bottom: env(safe-area-inset-bottom);
}

.changeCoupons p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.changeCoupons .van-button--small {
    width: 100px;
    height: 32px;
    margin: 5px 0;
    padding: 0 8px;
    /* bottom: 15px; */
    /* right : 5px; */
    font-size: 14px;
    position: initial;
    min-width: 90%;
}

.changeCoupons .van-button:active::before {
    opacity: 0;
}

.platebox {
    margin-top: -90px;
}