/**优惠券页面**/
.nearby-account-coupon .coupon-header {
    height: 2.375rem;
    padding: 0 0.75rem;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #2F3548;
    display: flex;
    align-items: center;
}

.nearby-account-coupon .van-cell {
    width: 21.375rem;
    height: 6rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    margin: 0 auto 0.625rem;
    overflow: hidden;
    padding: 0 0.625rem 0 0;
}

.nearby-account-coupon .van-cell.last {
    margin-bottom: 0;
}

.nearby-account-coupon .van-cell .coupon-left {
    background-image: url("/skins/nearby/images/bg-coupon-left.png");
    background-size: 100% 100%;
    width: 5.375rem;
    height: 6rem;
    margin-right: 1.0625rem;
    font-weight: 600;
    font-size: 0.6875rem;
    color: #F23E17;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.nearby-account-coupon .van-cell.disabled .coupon-left {
    background-image: none;
    background-color: #E2E3E5;
    color: #B2B3B4;
}

.nearby-account-coupon .van-checkbox__icon {
    font-size: 1.1rem !important;
}

.nearby-account-coupon .van-checkbox__icon .van-icon {
    border-color: #E6E6E6;
}

.nearby-account-coupon .van-checkbox__icon--checked .van-icon {
    color: #2F3548;
}

.nearby-account-coupon .van-cell .van-button--mini {
    padding: 0 10px;
    color: #222951 !important;
}

body > .nearby-account-coupon {
    padding-bottom: 3rem;
}

.nearby-account-coupon .bottom-bar {
    height: 2.75rem;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 0.875rem;
}

/**优惠券页面 end **/