.plane_wrap {
    border-radius: 20px;
}
.upgrade-wrap {
    padding: 1px 24px 22px;
    border-radius: 20px;
    position: relative;
    top: -50px;
    z-index: 1;
    min-height: 400px;
    background: #ffffff;
}
/* 会员信息区域 */
.member_info {
    height: 100px;
    display: flex;
    padding: 0 30px;
    line-height: 50px;
    background: url('/client/components/img/hy-up.png') no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    position: relative;
}
.member_info_title,
.member_info_container {
    height: 50px;
    display: flex;
    align-items: center;
}
.member_info_title{
    width: 100%;
    justify-content: center;
}
.member_info_title img{
    margin-right: 10px;
}
.member_info_auth_container {
    /*width: 100%;*/
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.member_info img.close_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 16px;
    cursor: pointer;
}
.member_info .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.member_info span {
    color: #f7e2c4;
    font-size: 14px;
    margin-right: 16px;
}
.member_info span.info_wrap {
    font-size: 16px;
    font-weight: bold;
}

/* 会员卡片区域 */
.member_types h3 {
    font-size: 14px;
    margin: 0 0 9px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.member_types h3 span {
    margin-left: auto;
    color: #864d07;
    font-weight: bold;
}
.member_cards_container {
    position: relative;
    margin-bottom: 10px;
    flex: 1;
}

.member_cards {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-top: 11px;
    padding-bottom: 18px;
    height: 100%;
}
.member_cards::-webkit-scrollbar {
    display: none;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn:hover {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.prev-btn {
    left: -20px;
}
.prev-btn img {
    transform: rotate(90deg);
}
.next-btn {
    right: -20px;
}
.next-btn img {
    transform: rotate(-90deg);
}

.config_member_cards .next-btn {
    right: 20px;
}
.config_member_cards .prev-btn {
    left: 20px;
}
.member_card {
    width: 276px;
    min-height: 166px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
    border: 2px solid #eeeeee;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 14px 0px rgba(225, 159, 59, 0.2);
}
.member-top-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.default_member_cards {
    margin-top: 23px;
}
.default_member_cards .member_cards_container {
    margin-bottom: 6px;
}
.default_member_cards .member_card {
    box-shadow: none !important;
}
.member_card:not(:last-child) {
    margin-right: 16px;
}
.member_card .discount-tips {
    padding: 0 12px;
    position: absolute;
    top: -11px;
    right: -2px;
    height: 22px;
    line-height: 22px;
    /*background: url("/client/components/img/coup-bg.svg") no-repeat;*/
    /*background-size: 100% 100%;*/
    background: linear-gradient(to right, #ff6d4a, #ff2d4e);
    border-radius: 1px 10px 1px 10px;
    color: #ffffff;
}

.member_cards_container .member_card:hover {
    border-color: #e19f3b !important;
    box-shadow: 0px 4px 14px 0px rgba(225, 159, 59, 0.4);
}

.member_cards_container .member_card.active {
    background: #fff8ea;
    border-color: #e19f3b !important;
    box-shadow: 0px 4px 14px 0px rgba(225, 159, 59, 0.4);
}

.member_cards_container .member_card.active .daily_price {
    background: #e19f3b;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.member_card.premium {
    border: 1px solid #e0e0e0;
}

.member_card.vip {
    border: 1px solid #e0e0e0;
}

.member_card.diamond {
    border: 1px solid #e0e0e0;
}

.card_header {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333;
    margin-top: 24px;
}
.price {
    margin-bottom: 12px;
    font-size: 16px;
    color: #ff6420;
    font-weight: bold;
}
.price em {
    font-size: 28px;
    line-height: 21px;
    font-weight: bold;
    color: #ff6420;
    font-style: normal;
}

.price span {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.price span[data-type='year'],
.price span[data-type='province'] {
    font-size: 14px;
}

.original_price {
    margin-top: -14px;
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 24px;
}
.original_price:empty {
    display: none;
}

.features {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    padding: 0 16px;
    margin-bottom: 16px;
}
.features img {
    margin: 3px 4px 0 0;
}
.member_card.active .features{
    color: #FF3B30;
}
.daily_price {
    height: 28px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #f6f7f9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}
.daily_price:empty {
    display: none;
}
.text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制行数为2 */
    overflow: hidden;
}
/* 购买选项区域 */
.purchase_options {
    display: flex;
    padding: 18px 30px;
    background: #f8f8f8;
    border-radius: 8px;
}

.left_options {
    border-right: 1px solid #eaeaea;
}
.left_options h3,
.payment_section h3 {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.option_row {
    margin-bottom: 6px;
    display: flex;
}
.option_row.single {
    margin-top: 16px;
}

.option_row label {
    width: 70px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: right;
    margin-right: 4px;
    flex-shrink: 0;
    line-height: 34px;
    cursor: default;
}

.option_row.single * {
    line-height: 14px;
}
.option_row .duration_buttons span {
    font-size: 14px;
    color: currentColor;
    line-height: 14px;
}

.duration_buttons {
    display: flex;
    flex-wrap: wrap;
}

.duration_buttons .province_btn,
.duration_buttons .coup,
.duration_buttons button {
    min-width: 120px;
    height: 36px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    background: #fff;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin-bottom: 10px;
}

.duration_buttons .province_btn img.allow-icon,
.duration_buttons .coupSelector img.allow-icon,
.duration_buttons button img.allow-icon {
    width: 8px;
    height: 5px;
    margin-left: 4px;
    vertical-align: middle;
}
.duration_buttons button .discount-icon {
    width: 18px;
    height: 18px;
}
.duration_buttons .coupSelector .discount_count {
    margin: 0 30px 0 4px;
    color: #333333;
}
.duration_buttons .coupSelector .discount_cut_down {
    margin-left: auto;
    margin-right: 14px;
}
.duration_buttons .coupSelector .discount_cut_down,
.duration_buttons .coupSelector .discount_cut_down span {
    color: #ff3b30 !important;
}

.duration_buttons button:last-child {
    margin-right: 0;
}
.purchase_options.grtc .duration_buttons button.active,
.purchase_options.grtc .duration_buttons button:hover {
    background: #ffffff;
    border-color: #3083eb;
}
.purchase_options.qytc .duration_buttons button.active,
.purchase_options.qytc .duration_buttons button:hover {
    border-color: #e19f3b;
}
.purchase_options.grtc .duration_buttons button.active,
.purchase_options.qytc .duration_buttons button.active {
    font-weight: bold;
}
.purchase_options.grtc .duration_buttons button.active {
    background: #f4fbff;
}
.purchase_options.qytc .duration_buttons button.active {
    background: #fff8ea;
}
.duration_buttons button:last-child {
    margin-right: 0;
}
.purchase_options.grtc .duration_buttons .coupSelector:not(.empty):hover,
.purchase_options.grtc .duration_buttons .coupSelector:not(.empty).pull {
    background: #ffffff;
    border-color: #3083eb;
    color: #3083eb;
    font-weight: normal;
}
.duration_buttons .coupSelector.selected {
    background: #ffffff !important;
    border-color: #e1e6eb;
}

.payment_section {
    flex: 1;
}
.left_options {
    width: 560px;
    flex-shrink: 0;
}
/* 支付区域 */
.payment_section {
    padding-left: 34px;
}
.payment_section .no-buy-tips {
    display: none;
}
.payment_section .pay_qr_container.no-buy {
    position: relative;
}
.payment_section .pay_qr_container.no-buy .no-buy-tips {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9) !important;
    flex-direction: column;
}
.payment_section .pay_qr_container.no-buy .no-buy-tips img {
    width: 24px;
    height: 24px;
}
.payment_section .pay_qr_container.no-buy .no-buy-tips p {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 20px;
}
.payment_section .pay_wrap {
    display: flex;
}

.payment_section .pay_wrap .pay_qr_container {
    padding-bottom: 10px;
    background: #ffffff;

    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.payment_section .pay_wrap .pay_qr_container p {
    display: flex;
    align-items: center;
    color: #999999;
    justify-content: center;
}
.payment_section .pay_wrap .pay_qr_container p img {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}
.payment_section .pay-qrcode {
    width: 160px;
    height: 160px;
}
.payment_section .qrCodeWrap {
    margin: 10px;
    width: 140px;
    height: 140px;
}
.payment_section .pay_container {
    flex: 1;
    padding-left: 24px;
}
.payment_section .pay_container .pay_title {
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.payment_methods {
    margin-top: 14px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
}
.payment_methods button {
    width: 120px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e1e6eb;
}
.payment_methods button {
    margin-right: 16px;
}

.has-mock .payment_methods button {
    width: 100px;
    font-size: 14px;
    padding: 0 !important;
}
.payment_methods button:last-child {
    margin-right: 0;
}
.purchase_options.qytc .payment_methods button:hover,
.purchase_options.qytc .payment_methods button.active {
    border-color: #e19f3b;
}
.purchase_options.qytc .payment_methods button.active {
    background: #fff7eb !important;
    color: #b1700e !important;
    font-weight: bold;
}
.purchase_options.grtc .payment_methods button:hover,
.purchase_options.grtc .payment_methods button.active {
    border-color: #3081e7;
}
.purchase_options.grtc .payment_methods button.active {
    background: #f4fbff;
    color: #3081e7;
    font-weight: bold;
}

.payment_methods button img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.payment_section .payment_amount {
    font-size: 14px;
    color: #333333;
}
.payment_section .payment_amount .amount {
    font-size: 32px;
    color: #ff6420;
    font-weight: bold;
}
.payment_section .payment_amount .amount .unit {
    font-size: 16px;
    color: #ff6420;
}
.payment_section .payment_amount .discount {
    margin-left: 6px;
    color: #ff3b30;
}
.payment_section .pay-tips {
    color: #999999;
    font-size: 14px;
}
.payment_section .pay-tips.footer-tips {
    margin-top: 18px;
}
.payment_section .pay-tips.footer-tips a {
    color: #999999;
}
.payment_section .pay-tips.footer-tips a:hover {
    color: #3081e7 !important;
    cursor: pointer;
}
.config_member_cards {
    margin-top: 23px;
    width: 100%;
    display: flex;
    margin-bottom: 16px;
}
.config_member_cards .member_discount_head {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
    padding: 14px 0 0 0;
    margin-bottom: 9px;
}
.ordinary_member_cards .member_discount_head {
    margin-bottom: 20px;
}
.config_member_cards .discount_type {
    position: relative;
    left: -12px;
    width: 128px;
    height: 44px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.config_member_cards .member_discount_head .member_tips {
    position: relative;
    left: -12px;
    top: -2px;
    color: #666666;
}
.config_member_cards .discount_type.grtc {
    background: url('/client/components/img/grtc.svg') no-repeat;
    background-size: 100% 100%;
}
.config_member_cards .discount_type.qytc {
    background: url('/client/components/img/qytc.svg') no-repeat;
    background-size: 100% 100%;
}
/*grtc.svg*/
.config_member_cards .member_card {
    width: 220px;
}
.config_member_cards .ordinary_member_cards {
    width: 280px;
    margin-right: 24px;
    background: #f1f7ff;
    border: 1px solid #e7f3fa;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.config_member_cards .ordinary_member_cards .member_card {
    flex: 1;
    /* overflow: hidden; */
    margin: auto;
    box-shadow: 0px 4px 13px 0px rgba(48, 131, 235, 0.2);
    margin-bottom: 28px;
}
.config_member_cards .member_open_phone {
    margin-left: auto;
    padding-right: 22px;
    font-size: 14px;
    color: #864d07;
    font-weight: bold;
}
.config_member_cards .ordinary_member_cards .member_card:hover {
    border-color: #3083eb !important;
    box-shadow: 0px 4px 13px 0px rgba(48, 131, 235, 0.4);
}

.config_member_cards .ordinary_member_cards .member_card.active {
    border-color: #3083eb !important;
    background: #f4fbff !important;
    box-shadow: 0px 4px 13px 0px rgba(48, 131, 235, 0.4);
}
.config_member_cards .ordinary_member_cards .member_card:hover .card_header,
.config_member_cards .ordinary_member_cards .member_card.active .card_header {
    color: #1e60b3 !important;
}
.config_member_cards .ordinary_member_cards .member_card.active .daily_price {
    background: linear-gradient(
        270deg,
        #3083eb 0%,
        #3083eb 57%,
        #3083eb 100%
    ) !important;
    color: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.height_member_cards {
    width: calc(100% - 304px);
    background: #fff9f1;
    border-radius: 10px;
    border: 1px solid #fef2e3;
    display: flex;
    flex-direction: column;
}
.height_member_cards .member_card {
    margin: 0 16px 0 0;
}
.height_member_cards .member_card:first-child {
    margin-left: 30px;
}
.height_member_cards .member_card:last-child {
    margin-right: 30px;
}
.default_member_cards .member_card:hover .card_header,
.default_member_cards .member_card.active .card_header {
    color: #6b3a00 !important;
}
.member_active_banner {
    background: url('/client/components/img/djs-bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -7px;
    margin-top: 15px;
}

.member_active_banner .cut-down-wrap {
    display: flex;
    align-items: center;
}
.member_active_banner span {
    color: #6f1f12;

    font-size: 14px;
}
.member_active_banner .cut-down-wrap .count-wrap {
    border-radius: 2px;
    background: #fa3c3d;
    min-width: 22px;
    padding: 0 3px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 0 6px;
    color: #ffffff;
}

.allow-icon {
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;

    transition: transform 0.3s;
}

.province_btn.active .allow-icon {
    transform: rotate(-180deg);
}
.coupSelector.active .allow-icon {
    transform: rotate(-180deg);
}
.province_btn {
    color: #999999;
}
/* 省份选择按钮激活状态 */
.province_btn.selected {
    background: #fff8ea !important;
    border-color: #e19f3b !important;
    color: #b1700e !important;
    font-weight: bold;
}

/* 省份选择器相关样式 */
.province_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    cursor: pointer;
    min-width: 120px;
    font-size: 14px;
    color: #333;
}
/*优惠券*/
.coupSelector {
    position: relative;
    z-index: 99;
    min-width: 256px !important;
    justify-content: flex-start !important;
}
.coupSelector.empty {
    color: #999999 !important;
}
.coupSelector.empty .discount_count {
    color: #999999 !important;
}
.province_btn:hover {
    border-color: #e19f3b;
}

/* 下拉框样式 */
.province-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 600px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    padding: 21px 16px;
}

.province-dropdown:before,
.coup-dropdown:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid #ffffff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -12px;
    left: 50px;
}
.province-dropdown .region-group {
    display: flex;
}

.province-dropdown .region-group:last-child {
    margin-bottom: 0;
}

.province-dropdown .region-title {
    color: #333;
    font-size: 14px;
    font-weight: normal !important;
}

.province-dropdown .province-list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.province-dropdown .province-item {
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    margin-left: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.province-dropdown .province-item .checkbox {
    width: 16px;
    height: 16px;
    background: url('/client/components/img/checkbox_default.png');
    background-size: 100% 100%;
    margin: 0 8px 0 0;
}
.province-dropdown .province-item:hover .checkbox {
    background: url('/client/components/img/checkbox_hover.svg');
    background-size: 100% 100%;
}
.province-dropdown .province-item.checked .checkbox {
    background: url('/client/components/img/checkbox_checked.svg');
    background-size: 100% 100%;
}
.purchase_options.qytc .province-dropdown .province-item:hover .checkbox {
    background: url('/client/components/img/checkbox_hover_qytc.svg');
    background-size: 100% 100%;
}
.purchase_options.qytc .province-item.checked .checkbox {
    background: url('/client/components/img/checkbox_checked_qytc.svg');
    background-size: 100% 100%;
}
.province-dropdown .area_tips {
    font-size: 14px;
    color: #999999;
    font-weight: normal !important;
}

/* 显示下拉框 */
.province-dropdown.show {
    display: block;
}
/*企业套餐*/
.purchase_options.qytc .duration_buttons .province_btn:hover,
.purchase_options.qytc .duration_buttons .coupSelector:not(.empty):hover,
.purchase_options.qytc .duration_buttons .province_btn.active,
.purchase_options.qytc .duration_buttons .coupSelector:not(.empty).active {
    border-color: #e19f3b;
}
.purchase_options.qytc .duration_buttons .province_btn.selected,
.purchase_options.qytc .duration_buttons button.selected {
    background: #fff8ea;
    border-color: #e19f3b !important;
    color: #b1700e !important;
    font-weight: bold;
}
/* 当按钮处于选中状态时使用不同的颜色 */
.purchase_options.qytc .duration_buttons .province_btn:hover img.allow-icon,
.purchase_options.qytc .duration_buttons .coupSelector:hover img.allow-icon,
.purchase_options.qytc .duration_buttons .province_btn.selected img.allow-icon,
.purchase_options.qytc .duration_buttons .province_btn.active img.allow-icon,
.purchase_options.qytc .duration_buttons .coupSelector.selected img.allow-icon,
.purchase_options.qytc .duration_buttons .coupSelector.active img.allow-icon {
    filter: invert(45%) sepia(19%) saturate(1966%) hue-rotate(355deg)
        brightness(89%) contrast(82%);
}

/*个人套餐*/
.purchase_options.grtc .duration_buttons .province_btn:hover,
.purchase_options.grtc .duration_buttons .coupSelector:hover,
.purchase_options.grtc .duration_buttons .province_btn.active,
.purchase_options.grtc .duration_buttons .coupSelector.active {
    border-color: #3083eb;
}
.purchase_options.grtc .duration_buttons .province_btn.selected,
.purchase_options.grtc .duration_buttons button.selected {
    background: #f4fbff !important;
    border-color: #3083eb !important;
    color: #3083eb !important;
    font-weight: bold;
}
/* 当按钮处于选中状态时使用不同的颜色 */
.purchase_options.grtc .duration_buttons .coupSelector:hover img.allow-icon,
.purchase_options.grtc .duration_buttons .province_btn:hover img.allow-icon,
.purchase_options.grtc .duration_buttons .province_btn.selected img.allow-icon,
.purchase_options.grtc .duration_buttons .province_btn.active img.allow-icon,
.purchase_options.grtc .duration_buttons .coupSelector.selected img.allow-icon,
.purchase_options.grtc .duration_buttons .coupSelector.active img.allow-icon {
    filter: brightness(0) saturate(100%) invert(37%) sepia(89%) saturate(1048%)
        hue-rotate(204deg) brightness(94%) contrast(92%);
}

.coup-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 492px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}
.coup-dropdown .coup-item {
    width: 440px;
    margin: 23px auto 0;
    display: flex;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
    padding: 10px 0 10px 10px;
    border-radius: 8px;
    min-height: 100px;
}
.coup-dropdown .coup-item:not(.disabled):hover,
.coup-dropdown .coup-item.selected {
    border-color: #ff3b30;
    position: relative;
}
.coup-dropdown .coup-item.disabled {
    cursor: not-allowed;
}
.coup-dropdown .coup-item.selected:after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: '';
    width: 32px;
    height: 32px;
    background: url('/client/components/img/gx.svg') no-repeat;
    background-size: 100% 100%;
}
.coup-dropdown .coup-item .left-amount {
    margin-right: 10px;
    width: 130px;
    border-radius: 10px;
    color: #ff3b30;
    font-weight: bold;
    background: #fff6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coup-dropdown .coup-item .left-amount span {
    font-size: 36px;
}
.coup-dropdown .coup-item .left-amount .prefixUnit {
    font-size: 20px;
}

.coup-dropdown .coup-item:last-child {
    margin-bottom: 23px;
}

.coup-dropdown .coup-item .right-origin {
    padding-left: 16px;
    flex: 1;
    border-left: 1px dashed #e5e5e5;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.coup-dropdown .coup-item .right-origin div:not(:last-child) {
    margin-bottom: 8px;
}
.coup-dropdown .coup-item .right-origin .full_amount {
    color: #ff3b30;
    font-weight: bold;
}
.coup-dropdown .coup-item .right-origin .period_validity {
    color: #000000;
}
.coup-dropdown .coup-item .right-origin .regular_member,
.coup-dropdown .coup-item .right-origin .not_reached {
    color: #ff6420 !important;
}
.coup-dropdown .coup-item.disabled .left-amount {
    color: #999999;
    background: #f6f6f6;
}
.coup-dropdown .coup-item.disabled .right-origin .period_validity,
.coup-dropdown .coup-item.disabled .right-origin .regular_member,
.coup-dropdown .coup-item.disabled .right-origin .full_amount {
    color: #999999;
}
