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_fishpay 现代卡片风格充值页面 */
.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;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.fxz-amounts .btn-amount:hover {
  border-color: #667eea;
  background: #f8f9ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

.fxz-amounts .btn-amount.active {
  border-color: #667eea;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* 支付方式 */
.fxz-payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 20px 0;
}

.fxz-payment-method {
  padding: 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.fxz-payment-method:hover {
  border-color: #667eea;
  background: #f8f9ff;
}

.fxz-payment-method.active {
  border-color: #667eea;
  background: #f8f9ff;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.fxz-payment-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

/* 按钮样式 */
.fxz-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.fxz-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.fxz-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* 转换信息显示 */
.fxz-conversion-info {
  background: linear-gradient(135deg, #f8f9fb 0%, #f1f3f6 100%);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e9ecef;
}

.fxz-conversion-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.fxz-conversion-label {
  color: #6c757d;
  font-size: 14px;
}

.fxz-conversion-value {
  font-weight: 600;
  color: #495057;
}

.fxz-conversion-highlight {
  color: #dc3545;
  font-weight: 700;
}

/* 促销活动样式 */
.fxz-promo-banner {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fxz-promo-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
}

.fxz-promo-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fxz-promo-desc {
  font-size: 14px;
  opacity: 0.9;
}

.fxz-countdown {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.fxz-countdown-item {
  background: rgba(255,255,255,0.2);
  padding: 8px 12px;
  border-radius: 6px;
  text-align: center;
  min-width: 60px;
}

.fxz-countdown-number {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.fxz-countdown-label {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}

/* 充值类型选择 */
.fxz-type-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 20px 0;
}

.fxz-type-option {
  padding: 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.fxz-type-option:hover {
  border-color: #667eea;
  background: #f8f9ff;
}

.fxz-type-option.active {
  border-color: #667eea;
  background: #f8f9ff;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.fxz-type-icon {
  font-size: 24px;
  margin-bottom: 8px;
  color: #667eea;
}

.fxz-type-name {
  font-weight: 600;
  color: #495057;
}

.fxz-type-desc {
  font-size: 12px;
  color: #6c757d;
  margin-top: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .fxz-amounts {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .fxz-payment-methods {
    grid-template-columns: 1fr;
  }
  
  .fxz-type-selection {
    grid-template-columns: 1fr;
  }
  
  .fxz-countdown {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .fxz-amounts {
    grid-template-columns: 1fr;
  }
  
  .fxz-recharge-card .card-header {
    padding: 16px;
  }
  
  .fxz-title {
    font-size: 20px;
  }
}

/* 二维码容器样式 */
.fxz-qr-container {
  background: linear-gradient(135deg, #f8f9fb 0%, #f1f3f6 100%);
  border-radius: 16px;
  border: 2px solid #e9ecef;
  margin-top: 20px;
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 赞助礼物卡片美化 */
.reward-cards .card{border:1px solid #eee;border-radius:12px;transition:all .2s ease;}
.reward-cards .card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);}
.reward-cards .card-body{display:flex;flex-direction:column;align-items:center;text-align:center;}
.reward-cards .reward-title{font-weight:700;margin-bottom:6px;}
.reward-cards .reward-amount{font-size:22px;color:#007bff;margin-bottom:12px;}