@keyframes modal-overlay-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes modal-button-spinner {
  to {
    transform: rotate(360deg);
  }
}
.hide {
  display: none !important;
}

.page-recharge {
  height: 100vh;
  overflow: hidden;
}

.recharge-modal-warp {
  position: relative;
  overflow: hidden;
}
.recharge-modal-warp .edit-price-prompt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #999999;
  font-size: 12px;
}
.recharge-modal-warp .close-icon {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.recharge-modal-warp .close-icon:hover {
  transform: rotate(90deg);
}
.recharge-modal-warp .user-no-login {
  color: #642D12;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.recharge-modal-warp .recharge-card__header,
.recharge-modal-warp .android-test-header {
  padding: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  margin: 0 10px;
  margin-top: 10px;
  margin-bottom: 12px;
  position: relative;
  height: 78px;
  cursor: initial !important;
  overflow: hidden;
}
.recharge-modal-warp .recharge-card__header .header-bg-img,
.recharge-modal-warp .android-test-header .header-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}
.recharge-modal-warp .recharge-card__header .header-left,
.recharge-modal-warp .android-test-header .header-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  height: 100%;
  z-index: 1;
}
.recharge-modal-warp .recharge-card__header .user-brief__avatar,
.recharge-modal-warp .android-test-header .user-brief__avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.recharge-modal-warp .recharge-card__header .user-brief__avatar .ava,
.recharge-modal-warp .android-test-header .user-brief__avatar .ava {
  width: 100%;
  height: 100%;
}
.recharge-modal-warp .recharge-card__header .user-balance,
.recharge-modal-warp .android-test-header .user-balance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  z-index: 2;
}
.recharge-modal-warp .recharge-card__header .user-balance .text,
.recharge-modal-warp .android-test-header .user-balance .text {
  color: #642D12;
  font-size: 12px;
}
.recharge-modal-warp .recharge-card__header .user-balance .value .symbol,
.recharge-modal-warp .android-test-header .user-balance .value .symbol {
  font-size: 16px;
}
.recharge-modal-warp .recharge-card__header .user-balance .value,
.recharge-modal-warp .android-test-header .user-balance .value {
  font-size: 22px;
  color: #642D12;
  font-weight: 600;
}
.recharge-modal-warp .recharge-card__header .user-brief__balance,
.recharge-modal-warp .android-test-header .user-brief__balance {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #906423;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}
.recharge-modal-warp .recharge-title {
  display: flex;
  align-items: center;
  margin: 16px 0;
  justify-content: center;
  color: #333;
  font-size: 14px;
  gap: 16px;
}
.recharge-modal-warp .recharge-title::before {
  content: "";
  width: 65px;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(210, 210, 210, 0) 0%, #B4B4B4 100%);
}
.recharge-modal-warp .recharge-title::after {
  content: "";
  width: 65px;
  height: 1px;
  background-image: linear-gradient(90deg, #B4B4B4 0%, rgba(210, 210, 210, 0) 100%);
}
.recharge-modal-warp .hide {
  display: none !important;
}
.recharge-modal-warp .recharge-card__footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 20px;
  background-color: #FFEFEC;
  position: fixed;
  bottom: 51px;
  width: 100%;
}
.recharge-modal-warp .recharge-card__footer .recharge-btn-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}
.recharge-modal-warp .recharge-card__footer .recharge-btn-tip .recharge-tip-text {
  color: #EA8101;
  font-size: 12px;
}
.recharge-modal-warp .recharge-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px;
  padding-bottom: 16px;
}
.recharge-modal-warp .recharge-card__body .recharge-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-section__title {
  color: #53565A;
  font-size: 14px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-payments {
  display: flex;
  align-items: center;
  gap: 16px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-payments .pay-item {
  justify-content: center;
  border: 1px solid #E5E8EC;
  border-radius: 8px;
  height: 64px;
  width: 168px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000;
  position: relative;
  overflow: hidden;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-payments .pay-item .corner {
  display: none;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-payments .pay-item.active {
  border-color: #EA8101;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-payments .pay-item.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/icon/recharge-select.svg");
  height: 24px;
  width: 24px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts.hide {
  display: none;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  position: relative;
  height: 66px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  outline: 1px solid #FFFFFF;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card .newcomer {
  position: absolute;
  top: -6px;
  left: -1px;
  height: 18px;
  padding: 0 6px;
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF5426 0%, #FFA52E 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 2px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card .amount-card__value {
  color: #181818;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card .amount-card__value span {
  font-size: 15px;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card .amount-card__tip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FE4E4C;
  font-size: 12px;
  font-weight: 600;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card.active {
  outline: 2px solid #FFA404;
  background-color: #FDE7D2;
}
.recharge-modal-warp .recharge-card__body .recharge-section .recharge-amounts .amount-card.active::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-image: url("/assets/images/welfare/select.svg");
  height: 22px;
  width: 22px;
  border-bottom-right-radius: 10px;
}
.recharge-modal-warp .recharge-submit {
  background-color: #EA8101;
  border-radius: 50px;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
}
.recharge-modal-warp .disabled {
  opacity: 0.4;
}
.recharge-modal-warp .recharg-welfare {
  margin: 0 10px;
  margin-top: 12px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FF303B 0%, #FFDCCB 100%);
  margin-bottom: 12px;
}
.recharge-modal-warp .recharg-welfare .welfare-header {
  height: 50px;
  padding: 0 16px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.recharge-modal-warp .recharg-welfare .welfare-header img {
  height: 58px;
  width: 75px;
  position: absolute;
  right: 16px;
  top: -8px;
}
.recharge-modal-warp .recharg-welfare .welfare-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 12px;
  border-radius: 12px;
  background: linear-gradient(0deg, #FFF6E0, #FFF6E0), linear-gradient(360deg, #FFF7F7 0%, #FFEBE9 100%);
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 10px;
  background: #FFFFFF;
  height: 66px;
  justify-content: center;
  border: 2px solid #fff;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .recharged {
  display: none;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .welfare-tag {
  background: linear-gradient(90deg, #FF5426 0%, #FFA52E 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 2px;
  height: 18px;
  padding: 0 6px;
  position: absolute;
  top: -9px;
  left: 0;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .libao {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  border-radius: 8px;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .select {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 22px;
  width: 22px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 8px;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .welfare-amount {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .welfare-amount .text {
  display: flex;
  align-items: baseline;
  color: #181818;
  font-size: 24px;
  line-height: 22px;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .welfare-amount .text .symbol {
  font-size: 14px;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item .welfare-amount .gift-text {
  color: #FE4E4C;
  font-size: 16px;
  font-weight: 600;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-disabled .welfare-tag {
  display: none;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-disabled .recharged {
  display: block;
  background: linear-gradient(90deg, #9E9E9E 0%, #B2B2B2 100%);
  padding: 2px 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 2px;
  color: #FFFFFF;
  font-size: 11px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  position: absolute;
  top: -7px;
  left: 0;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-disabled .welfare-amount {
  opacity: 0.5;
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item-active {
  border: 2px solid #FFA404;
  background: linear-gradient(90deg, #FFF7F5 0%, #FFEAE2 100%), linear-gradient(0deg, #FDE7D2, #FDE7D2);
}
.recharge-modal-warp .recharg-welfare .welfare-content .welfare-item-active .select {
  display: block;
}
.recharge-modal-warp .recharge-note {
  color: #91969C;
  font-size: 11px;
  display: flex;
  justify-content: center;
  margin-top: -8px;
}
.recharge-modal-warp .c-datepicker-picker__footer {
  display: none;
}
.recharge-modal-warp .recharge-modal-balance .balance-header {
  height: 56px;
  border-bottom: 1px solid #E5E8EC;
  padding: 0 32px;
  display: flex;
  align-items: center;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .back {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .search {
  display: flex;
  align-items: center;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .search .balance-search-date {
  height: 100%;
  width: 238px;
  border: 1px solid #E5E8EC;
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  gap: 6px;
  padding: 0 10px;
  position: relative;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .search .balance-search-date input {
  height: 100%;
  color: #76787B;
  font-size: 14px;
  flex: 1;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .search .balance-search-date .clear {
  visibility: hidden;
  cursor: pointer;
}
.recharge-modal-warp .recharge-modal-balance .balance-header .search .btn {
  background-color: #EA8101;
  height: 100%;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-tabs {
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  background-color: #F5F6F8;
  border-radius: 8px;
  cursor: pointer;
  margin: 8px 32px;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-tabs .tabs-item {
  color: #333333;
  font-size: 16px;
  flex: 1;
  border-radius: 8px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-tabs .tabs-item-active {
  background-color: #EA8101;
  color: #fff;
  font-weight: 500;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table {
  padding: 0 32px;
  height: 544px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row {
  padding: 16px 0;
  border-bottom: 1px dashed #D1D1D1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row .row-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row .row-content .type-name {
  color: #000000;
  font-size: 16px;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row .row-content .date {
  color: #91969C;
  font-size: 14px;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row .amount {
  color: #333333;
  font-size: 14px;
}
.recharge-modal-warp .recharge-modal-balance .recharge-card .balance-table .balance-table__row .amount-add {
  color: #EA8101;
  font-size: 16px;
}
.recharge-modal-warp .balance-no-data {
  padding: 0 32px;
  height: 544px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
}
.recharge-modal-warp .balance-no-data.hide {
  display: none;
}
.recharge-modal-warp .balance-no-data img {
  height: 96px;
  width: 96px;
}
.recharge-modal-warp .balance-no-data span {
  color: #76787B;
  font-size: 14px;
}

.recharge-modal-main .recharge-modal-header {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
.recharge-modal-main .recharge-modal-header .recharge-modal-header_title {
  flex: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.reahcrge-loading {
  position: relative;
  cursor: wait;
  pointer-events: none;
  overflow: hidden;
}
.reahcrge-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.reahcrge-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 3px solid #EA8101;
  border-top-color: transparent;
  border-radius: 50%;
  animation: modal-overlay-spinner 0.8s linear infinite;
  box-sizing: border-box;
}

.btn-loading {
  cursor: not-allowed !important;
  pointer-events: none;
}
.btn-loading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1.5px solid #FFFFFF;
  border-top-color: transparent;
  border-radius: 50%;
  animation: modal-button-spinner 0.8s linear infinite;
  box-sizing: border-box;
}

.recharge-modal-paying {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recharge-modal-paying .recharge-paying-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.recharge-modal-paying .recharge-paying-header .recharge-card__title {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.recharge-modal-paying .recharge-paying-header .recharge-card__subtitle {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.recharge-modal-paying .recharge-paying-header .recharge-card__subtitle span {
  color: #FF1A00;
}
.recharge-modal-paying .recharge-paying-body {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 37px;
  padding: 10px 0;
  justify-content: center;
  border: 1px solid #E5E8EC;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.recharge-modal-paying .recharge-paying-body .text {
  color: #53565A;
}
.recharge-modal-paying .recharge-paying-body a {
  color: #EA8101;
  text-decoration: underline;
}

.select-pay-method .pay-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px 0 12px;
  border-bottom: 1px solid #F5F5F5;
}
.select-pay-method .pay-method-header .title {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
.select-pay-method .pay-method-header .close-icon {
  cursor: pointer;
}
.select-pay-method .pay-method-header .close-icon .x-icon-close {
  color: #000000;
}
.select-pay-method .pay-method-header .close-icon .x-icon-close:hover {
  color: #EA8101;
}
.select-pay-method .pay-method-header img {
  height: 20px;
  width: 20px;
}
.select-pay-method .pay-method-amount {
  padding: 16px;
  padding-bottom: 0;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 28px;
}
.select-pay-method .pay-method-content {
  padding: 0 16px 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.select-pay-method .pay-method-content .pay-line {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.select-pay-method .pay-method-content .pay-line .line-title {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item {
  display: flex;
  align-items: center;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
  height: 56px;
  padding: 0 16px;
  cursor: pointer;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item .left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item .left .pay-name {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item .left .circle {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #9D9D9E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item .pay-icon,
.select-pay-method .pay-method-content .pay-line .pay-line-item img {
  width: 88px;
  height: 24px;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item_select {
  border-color: #EA8101;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item_select .left .circle {
  border-color: #EA8101;
}
.select-pay-method .pay-method-content .pay-line .pay-line-item_select .left .circle::after {
  content: "";
  background-color: #EA8101;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.select-pay-method .pay-method-content .pay-prompt {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: #53565A;
  text-align: left;
  height: 34px;
}
.select-pay-method .pay-method-content .pay-submit-btn {
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #EA8101;
  justify-content: center;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.select-pay-method .pay-method-content .disabled {
  opacity: 0.5;
}

.pay-success-modal {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pay-success-modal img {
  height: 72px;
  width: 72px;
}
.pay-success-modal .pay-text {
  margin-top: -8px;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.pay-success-modal .pay-desc {
  color: #53565A;
  font-size: 14px;
  font-weight: 400;
}
.pay-success-modal .pay-desc span {
  font-weight: 600;
}

.recharge-content {
  flex: 1;
  overflow: hidden;
  height: calc(100vh - 199px);
}

.recharge-inline {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 100%;
}
.recharge-inline .edit-price-prompt {
  margin-top: 6px;
  padding-bottom: 51px;
  margin-bottom: 51px;
}
.recharge-inline .recharge-modal-header {
  display: none;
}
.recharge-inline .user-no-login {
  font-size: 14px;
}
.recharge-inline .recharge-card {
  display: flex;
  flex-direction: column;
}
.recharge-inline .recharge-card .recharge-price-card {
  flex: 1;
}
.recharge-inline .recharge-card .recharge-note-inline {
  display: block !important;
  font-size: 12px;
  color: #91969C;
  text-align: center;
}
.recharge-inline .recharge-card .recharge-note {
  display: none !important;
}
.recharge-inline .recharge-card .recharge-card__body {
  gap: 8px;
  margin-top: 12px;
}
.recharge-inline .recharge-card .active {
  background-color: #FBF8F1;
}
.recharge-inline .recharge-card .amount-card__value {
  font-size: 22px !important;
}
.recharge-inline .recharge-card .amount-card__value span {
  font-size: 15px;
}

.page-recharge {
  overflow: hidden;
}
.page-recharge .tab {
  height: 40px;
  display: flex;
  align-items: center;
}
.page-recharge .tab .tab-item {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  height: 40px;
}
.page-recharge .tab .tab-active {
  color: #EA8101;
}
.page-recharge .tab .tab-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EA8101;
  height: 3px;
  width: 20px;
  border-radius: 100px;
}

.recharge-vip {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 199px);
  flex: 1;
  overflow: hidden;
  position: relative;
}
.recharge-vip .vip-btn {
  background-color: #FEF3E8;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100vw;
  position: fixed;
  bottom: 51px;
  left: 0;
  right: 0;
}
.recharge-vip .vip-btn .vip-submit {
  height: 44px;
  background-color: #EA8101;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.recharge-vip .vip-btn .vip-submit.disabled {
  opacity: 0.4;
}
.recharge-vip .vip-btn .vip-submit .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.recharge-vip .vip-btn .vip-submit .btn-row .vip-omitted {
  font-size: 11px;
}
.recharge-vip .vip-btn .vip-btn-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
}
.recharge-vip .vip-btn .vip-btn-tip .vip-tip-text {
  color: #EA8101;
  font-size: 12px;
  font-weight: 500;
}
.recharge-vip .vip-btn .vip-btn-tip .svip-forever {
  color: #FF1E00;
  font-size: 12px;
  font-weight: 600;
}
.recharge-vip .vip-btn .select-balance {
  display: flex;
  align-items: center;
  height: 26px;
  gap: 4px;
}
.recharge-vip .vip-btn .select-balance .select-icon {
  display: none;
}
.recharge-vip .vip-btn .select-balance.selected .not-select-icon {
  display: none;
}
.recharge-vip .vip-btn .select-balance.selected .select-icon {
  display: block;
}
.recharge-vip .vip-btn .select-balance .balance-item {
  color: #53565A;
  font-size: 13px;
}
.recharge-vip .vip-btn .select-balance .balance-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.recharge-vip .vip-btn .select-balance .freeze {
  color: #ED4840;
}
.recharge-vip .vip-content {
  padding: 12px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: scroll;
  padding-bottom: 120px;
}
.recharge-vip .vip-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recharge-vip .vip-header .vip-header-needlogin {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.recharge-vip .vip-header img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.recharge-vip .vip-header .vip-header-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.recharge-vip .vip-header .vip-header-name .name {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.recharge-vip .vip-header .vip-header-name .vip-name {
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recharge-vip .vip-header .vip-header-name .vip-name .vip-name-tpye {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #994700;
  font-size: 12px;
  font-weight: 600;
}
.recharge-vip .vip-header .vip-header-name .vip-name .vip-name-tpye img {
  height: 16px;
  width: 19px;
}
.recharge-vip .vip-header .vip-header-name .vip-name .time {
  display: flex;
  align-items: center;
  color: #757A82;
  font-size: 12px;
  gap: 2px;
  font-weight: 400;
}
.recharge-vip .vip-header .vip-header-name .vip-name .time span {
  color: #ED4840;
}
.recharge-vip .vip-header .vip-header-name .vip-name.svip .vip-name-tpye {
  color: #5A50FF;
}
.recharge-vip .vip-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recharge-vip .vip-list .vip-item {
  border: 3px solid #fff;
  background: linear-gradient(90deg, rgba(253, 232, 213, 0.5) 0%, rgba(251, 203, 119, 0.5) 100%);
  border-radius: 20px;
  height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 15px 20px;
}
.recharge-vip .vip-list .vip-item .vip-tip {
  height: 18px;
  padding-right: 6px;
  padding-left: 6px;
  border-top-left-radius: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 8px;
  background: linear-gradient(90deg, #FF5426 0%, #FFA52E 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -6px;
}
.recharge-vip .vip-list .vip-item .vip-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-warp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-warp .name {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #994700;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-warp .name img {
  width: 36px;
  height: 30px;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-warp .desc {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-price .actual-price {
  display: flex;
  gap: 4px;
  align-items: baseline;
  color: #CA0012;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-price .actual-price .symbol {
  font-size: 18px;
}
.recharge-vip .vip-list .vip-item .vip-top .vip-price .origin-price {
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
}
.recharge-vip .vip-list .vip-item .vip-bottom {
  color: #333;
  font-size: 14px;
  width: 100%;
}
.recharge-vip .vip-list .vip-item .vip-bottom span {
  font-weight: 600;
  color: #EA8101;
}
.recharge-vip .vip-list .vip-item .bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -12px;
  height: 100px;
  width: 135px;
}
.recharge-vip .vip-list .vip-item .select {
  display: none;
}
.recharge-vip .vip-list .vip-item-select {
  border: 3px solid #FFA404;
  background: linear-gradient(90deg, #FDE8D5 0%, #FBCB77 100%);
}
.recharge-vip .vip-list .vip-item-select .select {
  display: block;
  height: 30px;
  width: 34px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-bottom-right-radius: 20px;
}
.recharge-vip .vip-list .svip-item {
  background: linear-gradient(90deg, rgba(228, 213, 252, 0.5) 0%, rgba(169, 193, 255, 0.5) 100%);
}
.recharge-vip .vip-list .svip-item.vip-item-select {
  border-color: #AB6EFF;
  background: linear-gradient(90deg, #E4D5FC 0%, #A9C1FF 100%);
}
.recharge-vip .vip-list .svip-item .vip-top .vip-warp .name {
  color: #5A50FF;
}
.recharge-vip .vip-list .svip-item .vip-top .vip-price .actual-price {
  color: #AC30FF;
}
.recharge-vip .vip-desc {
  color: #91969C;
  font-size: 12px;
  padding-bottom: 51px;
}
.recharge-vip .vip-desc :first-child {
  font-weight: 600;
}

.repeat-prompt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.repeat-prompt img {
  height: 64px;
  width: 75px;
}
.repeat-prompt .success-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 8px;
}
.repeat-prompt .member-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.repeat-prompt .privilege-desc {
  width: 100%;
  max-width: 260px;
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.repeat-prompt .privilege-desc .highlight {
  color: #EA8101;
  font-weight: 600;
}
.repeat-prompt .tip {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.success-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-prompt img {
  margin-bottom: 16px;
  height: 64px;
  width: 76px;
}
.success-prompt .success-title,
.success-prompt .member-title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.success-prompt .privilege-desc {
  width: 100%;
  max-width: 260px;
  color: #333;
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
}
.success-prompt .privilege-desc .highlight {
  color: #EA8101;
  font-weight: 600;
}

.vip-submit.loading {
  cursor: not-allowed !important;
  pointer-events: none;
}
.vip-submit.loading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1.5px solid #FFFFFF;
  border-top-color: transparent;
  border-radius: 50%;
  animation: modal-button-spinner 0.8s linear infinite;
  box-sizing: border-box;
}

.game-park-modal-overlay .recharge-card {
  max-height: calc(100vh - 148px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.game-park-modal-overlay .recharge-card .recharge-price-card {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
}
.game-park-modal-overlay .recharge-card .recharge-card__footer {
  position: static;
}