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: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff !important;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

/* 汇总信息卡片 */
.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 li input.labelauty + label {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
  border: 2px solid #dee2e6 !important;
  border-radius: 12px !important;
  margin: 8px !important;
  padding: 16px !important;
  font-weight: 600 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: #343a40 !important;
  width: auto !important;
}

.dowebok li input.labelauty:checked + label {
  background: linear-gradient(135deg, #667eea, #764ba2) !important;
  border-color: #667eea !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.25) !important;
  color: #fff !important;
  width: auto !important;
}

.dowebok li input.labelauty:not(:checked) + label:hover {
  background: linear-gradient(135deg, #e9ecef, #dee2e6) !important;
  color: #495057 !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: #667eea !important;
  color: #667eea !important;
}

.fxz-recharge-card .btn-amount.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  border-color: #667eea !important;
}



