input[type=button],input[type=submit],input[type=file],button{cursor:pointer;-webkit-appearance:none;}-webkit-tap-highlight-color:rgba(255,255,255,0);input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],select,textarea,button{-webkit-appearance:none;}input:-webkit-box-shadow: 0 0 0px 100px rgb(var(--card-background-rgb)) inset;}input.labelauty + label::selection{background-color:rgba(255,255,255,0);}input.labelauty + label::-moz-selection{background-color:rgba(255,255,255,0);}input.labelauty{display:none!important;}input.labelauty + label{font-size:12px;padding:9px 5px 9px 0;background-color:#868e96;width:100%;width:calc(100% - 5px);color:#FFF;cursor:pointer;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;transition:background-color 0.25s;-moz-transition:background-color 0.25s;-webkit-transition:background-color 0.25s;-o-transition:background-color 0.25s;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;}input.labelauty + label > span.labelauty-unchecked,input.labelauty + label > span.labelauty-checked{display:inline-block;vertical-align:middle;}input.labelauty + label > span.labelauty-unchecked-image,input.labelauty + label > span.labelauty-checked-image{display:inline-block;width:16px;height:16px;vertical-align:middle;background-repeat:no-repeat;background-position:left center;transition:background-image 0.5s linear;-moz-transition:background-image 0.5s linear;-webkit-transition:background-image 0.5s linear;-o-transition:background-image 0.5s linear;}input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked{margin-left:3px;}input.labelauty:not(:checked):not([disabled]) + label:hover{background-color:#727b84;color:#FFF;}input.labelauty:not(:checked) + label > span.labelauty-checked-image{display:none;}input.labelauty:not(:checked) + label > span.labelauty-checked{display:none;}input.labelauty:checked + label{background-color:#3498db;width:100%;width:calc(100% - 5px);color:#ffffff;}input.labelauty:checked:not([disabled]) + label:hover{background-color:#72c5fd;}input.labelauty:checked + label > span.labelauty-unchecked-image{display:none;}input.labelauty:checked + label > span.labelauty-unchecked{display:none;}input.labelauty:checked + label > span.labelauty-checked{display:inline-block;}input.labelauty.no-label:checked + label > span.labelauty-checked{display:block;}input.labelauty[disabled] + label{opacity:0.5;}input.labelauty + label > span.labelauty-unchecked-image{background-image:url( ../img/input-unchecked.png );}input.labelauty + label > span.labelauty-checked-image{background-image:url(../img/input-checked.png);}.dowebok{display:flex;flex-wrap:wrap;}.dowebok li{margin-right:0em;display:inline-block;width:50%;text-align:center;float:left!important;}@media(max-width:768px){}@media(max-width:600px){}@media(max-width:576px){.col-lg-12{padding-right:0px!important;padding-left:0px!important;}}@media(max-width:375px){}@media(max-width:320px){input.labelauty + label{font-size:10px;}}

/* fxz_hpjpay 现代卡片风格充值页面 */
.fxz-recharge-card {
  border: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.04);
  overflow: hidden;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.fxz-recharge-card .card-header {
  border-bottom: 1px solid #f1f3f6;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 24px;
  text-align: center;
  color: #fff;
}

.fxz-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.fxz-title i {
  margin-right: 8px;
  font-size: 28px;
}

/* 金额选择按钮 */
.fxz-amounts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.fxz-amounts .btn-amount {
  padding: 14px 20px;
  border-radius: 16px;
  border: 2px solid #e9ecef;
  background: #fff;
  color: #495057;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.fxz-amounts .btn-amount::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s;
}

.fxz-amounts .btn-amount:hover {
  border-color: #667eea;
  color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fxz-amounts .btn-amount:hover::before {
  left: 100%;
}

.fxz-amounts .btn-amount.active {
  background: #28a745 !important;
  background-image: none !important;
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* 汇总信息卡片 */
.fxz-summary {
  background: linear-gradient(135deg, #f8f9fb 0%, #f1f3f6 100%);
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.fxz-summary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 16px 16px 0 0;
}

.fxz-summary .kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 16px;
}

.fxz-summary .kv:not(:last-child) {
  border-bottom: 1px dashed #dee2e6;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.fxz-summary .kv span:first-child {
  color: #6c757d;
  font-weight: 500;
}

.fxz-summary .kv span:last-child {
  font-weight: 700;
  font-size: 18px;
}

/* 促销活动框 */
.fxz-promo {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3c4 100%);
  border: 2px solid #ffd54f;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.fxz-promo::before {
  content: '🎁';
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 60px;
  opacity: 0.1;
  transform: rotate(15deg);
}

.fxz-promo .countdown {
  color: #e65100;
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(90deg, #ff9800, #f57c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fxz-promo ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.fxz-promo li {
  display: inline-block;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  margin: 4px 8px 4px 0;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* 输入框美化 */
.fxz-recharge-card .form-group .input-group-text {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px solid #e9ecef;
  color: #495057;
  font-weight: 600;
  border-radius: 12px 0 0 12px;
}

.fxz-recharge-card .form-control {
  border: 2px solid #e9ecef;
  border-left: none;
  border-radius: 0 12px 12px 0;
  font-size: 16px;
  transition: all 0.3s ease;
}

.fxz-recharge-card .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* 支付方式选择 */
.dowebok {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.dowebok li {
  flex: 1;
  max-width: 200px;
  min-width: 120px;
}

.dowebok li input.labelauty + label {
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  color: #333 !important;
  width: 100% !important;
  text-align: center !important;
  cursor: pointer !important;
}

.dowebok li input.labelauty:checked + label {
  background: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

.dowebok li input.labelauty:not(:checked) + label:hover {
  background: #f8f9fa !important;
  border-color: #007bff !important;
  color: #333 !important;
}

/* 提交按钮 */
.fxz-recharge-card input[type="submit"] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 16px;
  padding: 16px 32px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fxz-recharge-card input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .fxz-recharge-card {
    margin: 10px;
    border-radius: 16px;
  }
  
  .fxz-amounts {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  
  .fxz-amounts .btn-amount {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .fxz-title {
    font-size: 20px;
  }
  
  .dowebok li {
    width: 50% !important;
    margin: 4px 0 !important;
  }
  
  .dowebok li input.labelauty + label {
    margin: 4px !important;
    padding: 12px !important;
  }
}

/* 修复可能存在的样式冲突 */
.fxz-recharge-card .btn-amount {
  border: 2px solid #e9ecef !important;
  background: #fff !important;
  color: #495057 !important;
}

.fxz-recharge-card .btn-amount:hover {
  border-color: #28a745 !important;
  color: #28a745 !important;
}

.fxz-recharge-card .btn-amount.active {
  background: #28a745 !important;
  background-image: none !important;
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
}

/* Bootstrap 按钮覆盖 - 绿色主题 */
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn.btn-outline-primary.active {
  background: #28a745 !important;
  background-image: none !important;
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
  box-shadow: none !important;
}

.btn-outline-primary:hover,
.btn.btn-outline-primary:hover {
  background: #28a745 !important;
  background-image: none !important;
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
  box-shadow: none !important;
}

/* 金额卡片样式 */
.amount-card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  height: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}

.amount-card:hover {
  border-color: #ff4444;
  box-shadow: 0 2px 8px rgba(255, 68, 68, 0.2);
}

.amount-card.active {
  border-color: #ff4444;
  background: #fff;
}

.amount-card.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff4444 transparent transparent;
}

.amount-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  word-break: break-word;
  flex-wrap: wrap;
}

.amount-value .currency-name {
  font-size: 18px;
  margin-left: 3px;
}

.amount-gift {
  font-size: 15px;
  color: #ff4444;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  word-break: break-word;
}

.amount-gift:empty {
  display: none;
}

.amount-original {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 10px;
  min-height: 20px;
  line-height: 1.4;
}

.amount-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 30px;
}

.price-yuan {
  font-size: 22px;
  font-weight: bold;
  color: #ff4444;
  line-height: 1.2;
}

.price-save {
  display: inline-block;
  background: #fff;
  color: #ff4444;
  border: 1px solid #ff4444;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  min-height: 22px;
  min-width: 65px;
  line-height: 16px;
  text-align: center;
}

.price-save:empty {
  border-color: transparent;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .amount-card {
    min-height: 170px;
    padding: 14px 8px;
  }
  
  .amount-value {
    font-size: 20px;
    min-height: 32px;
  }
  
  .amount-value .currency-name {
    font-size: 16px;
  }
  
  .amount-gift {
    font-size: 13px;
    min-height: 22px;
  }
  
  .amount-original {
    font-size: 13px;
  }
  
  .price-yuan {
    font-size: 18px;
  }
  
  .price-save {
    font-size: 12px;
    padding: 2px 8px;
    min-width: 55px;
  }
  
  /* 支付方式按钮响应式 */
  .dowebok {
    gap: 10px;
  }
  
  .dowebok li {
    flex: 1;
    min-width: 0;
  }
  
  .dowebok li input.labelauty + label {
    padding: 12px 10px !important;
    font-size: 14px !important;
  }
}

/* 小屏幕优化 */
@media (max-width: 576px) {
  .amount-card {
    min-height: 160px;
    padding: 12px 6px;
  }
  
  .amount-value {
    font-size: 18px;
    min-height: 28px;
  }
  
  .amount-value .currency-name {
    font-size: 14px;
  }
  
  .amount-gift {
    font-size: 12px;
    min-height: 20px;
  }
  
  .amount-original {
    font-size: 12px;
  }
  
  .amount-price {
    flex-direction: column;
    gap: 5px;
  }
  
  .price-yuan {
    font-size: 16px;
  }
  
  .price-save {
    font-size: 11px;
    padding: 2px 6px;
    min-width: 50px;
  }
  
  .card-body h5 {
    font-size: 18px !important;
  }
  
  .card-body h6 {
    font-size: 14px !important;
  }
  
  /* 支付方式按钮保持并排 */
  .dowebok {
    gap: 8px;
  }
  
  .dowebok li {
    flex: 1;
    min-width: 0;
  }
  
  .dowebok li input.labelauty + label {
    padding: 10px 8px !important;
    font-size: 13px !important;
  }
}



