
.header[data-v-520137ba] {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav[data-v-520137ba] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.logo a[data-v-520137ba] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1e88e5;
  font-weight: bold;
  font-size: 1.5rem;
}
.logo img[data-v-520137ba] {
  height: 40px;
  margin-right: 10px;
}
.nav-menu[data-v-520137ba] {
  display: flex;
  list-style: none;
  align-items: center;
}
.nav-menu li[data-v-520137ba] {
  margin-left: 30px;
}
.nav-menu a[data-v-520137ba] {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
  /* 2. 给导航链接添加内边距，让背景色有足够显示空间 */
  padding: 8px 12px;
  border-radius: 4px; /* 可选：圆角优化视觉效果 */
}
.nav-menu a[data-v-520137ba]:hover {
  color: #1e88e5;
}

/* 3. 定义激活样式：背景色蓝色，文字白色 */
.nav-active[data-v-520137ba] {
  background-color: #1e88e5 !important; /* 蓝色背景（与logo色一致） */
  color: white !important; /* 文字白色，提高对比度 */
}
.user-menu[data-v-520137ba] {
  position: relative;
}
@media (max-width: 768px) {
.nav-menu[data-v-520137ba] {
    display: none;
}
}


.footer[data-v-ef009efc] {
  background-color: #2c3e50;
  color: white;
  padding: 50px 0 20px;
  margin-top: auto;
}
.footer-content[data-v-ef009efc] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-section[data-v-ef009efc] {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.footer-section h3[data-v-ef009efc],
.footer-section h4[data-v-ef009efc] {
  margin-bottom: 15px;
  color: #1e88e5;
}
.footer-section ul[data-v-ef009efc] {
  list-style: none;
}
.footer-section ul li[data-v-ef009efc] {
  margin-bottom: 10px;
}
.footer-section a[data-v-ef009efc] {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-section a[data-v-ef009efc]:hover {
  color: #1e88e5;
}
.footer-bottom[data-v-ef009efc] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #4a5568;
}
@media (max-width: 768px) {
.footer-content[data-v-ef009efc] {
    flex-direction: column;
}
}


#app {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.hero[data-v-1cf0a5bf] {
  background: url(/img/hero-bg.d626641d.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 150px 0;
  text-align: center;
  transition: background 0.3s ease;
}
.hero[data-v-1cf0a5bf]:hover {
/*  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../assets/hero-bg.jpg');*/
  background-size: cover;
  background-position: center;
}
.hero-content h1[data-v-1cf0a5bf] {
  font-size: 3rem;
  margin-bottom: 20px;
}
.hero-content p[data-v-1cf0a5bf] {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.features-grid[data-v-1cf0a5bf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.about-content[data-v-1cf0a5bf] {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-text[data-v-1cf0a5bf] {
  flex: 1;
}
.about-image[data-v-1cf0a5bf] {
  flex: 1;
  height: 300px;
  background-color: #eee;
  border-radius: 8px;
}
@media (max-width: 768px) {
.hero-content h1[data-v-1cf0a5bf] {
    font-size: 2rem;
}
.about-content[data-v-1cf0a5bf] {
    flex-direction: column;
}
}


.banner[data-v-93ec5346] {
  background-color: #1e88e5;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.banner h1[data-v-93ec5346] {
  font-size: 2.5rem;
}
.info-grid[data-v-93ec5346] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.info-card[data-v-93ec5346] {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.info-card h3[data-v-93ec5346] {
  color: #1e88e5;
  margin-bottom: 15px;
}
.team-grid[data-v-93ec5346] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.team-member[data-v-93ec5346] {
  text-align: center;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.member-image[data-v-93ec5346] {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #eee;
  margin: 0 auto 20px;
}


/* ========== 原有样式 ========== */
.banner[data-v-35318d76] {
  background-color: #1e88e5;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.banner h1[data-v-35318d76] {
  font-size: 2.5rem;
}
.product-hero[data-v-35318d76] {
  text-align: center;
  margin-bottom: 60px;
}
.product-hero h2[data-v-35318d76] {
  color: #1e88e5;
  margin-bottom: 20px;
}
.features-list[data-v-35318d76] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.feature-item[data-v-35318d76] {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature-item h4[data-v-35318d76] {
  color: #1e88e5;
  margin-bottom: 15px;
}
.pricing-cards[data-v-35318d76] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.pricing-card[data-v-35318d76] {
  background: white;
  padding: 30px 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.pricing-card.featured[data-v-35318d76] {
  transform: scale(1.05);
  border: 2px solid #1e88e5;
}
.pricing-card h4[data-v-35318d76] {
  color: #1e88e5;
  margin-bottom: 15px;
}
.price[data-v-35318d76] {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.pricing-card ul[data-v-35318d76] {
  list-style: none;
  margin-bottom: 30px;
}
.pricing-card ul li[data-v-35318d76] {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.pricing-card ul li[data-v-35318d76]:last-child {
  border-bottom: none;
}

/* 未上线按钮专属样式 */
.btn-unlaunched[data-v-35318d76] {
  cursor: not-allowed;
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* 未上线提示文本 */
.launch-tip[data-v-35318d76] {
  margin-top: 12px;
  color: #ff6b35;
  font-size: 0.9rem;
  font-weight: 500;
}

/* 已上线按钮交互效果 */
.btn-outline[data-v-35318d76] {
  cursor: pointer;
  transition: all 0.3s;
}
.btn-outline[data-v-35318d76]:hover {
  background-color: #f5f7fa;
  border-color: #1e88e5;
  color: #1e88e5;
}

/* 新增：订阅按钮样式 */
.btn-primary[data-v-35318d76] {
  background-color: #1e88e5;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-primary[data-v-35318d76]:hover {
  background-color: #1565c0;
}
@media (max-width: 768px) {
.pricing-card.featured[data-v-35318d76] {
    transform: scale(1);
}
}

/* ========== 订阅弹窗样式 ========== */
/* 订阅弹窗覆盖层 */
.modal-overlay[data-v-35318d76] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: fadeIn-35318d76 0.3s ease;
}
.modal[data-v-35318d76] {
  background: #fff;
  border-radius: 0.75rem;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.modal-header[data-v-35318d76] {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-title[data-v-35318d76] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}
.close-btn[data-v-35318d76] {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
}
.modal-body[data-v-35318d76] {
  padding: 1.5rem;
  max-height: calc(90vh - 100px);
  overflow-y: auto;
}

/* ========== 订阅卡片 ========== */
.pricing-grid[data-v-35318d76] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
.pricing-grid[data-v-35318d76] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.pricing-grid[data-v-35318d76] {
    grid-template-columns: repeat(4, 1fr);
}
}
.pricing-card[data-v-35318d76] {
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: 1px solid #e5e7eb;
}
.pricing-card[data-v-35318d76]:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.pricing-card.selected[data-v-35318d76] {
  outline: 2px solid #3b82f6;
  transform: scale(1.05);
}
.card-badge[data-v-35318d76] {
  position: absolute;
  top: 0;
  right: 0;
  background: #3b82f6;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-bottom-left-radius: 0.5rem;
}
.selected-badge[data-v-35318d76] {
  left: 0;
  right: auto;
}
.best-deal .card-badge[data-v-35318d76] {
  background: #10b981;
}
.card-body[data-v-35318d76] {
/*  padding: 1.5rem;*/
}
.plan-type[data-v-35318d76] {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.price[data-v-35318d76] {
  margin-top: 0.5rem;
  align-items: baseline;
}
.amount[data-v-35318d76] {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
}
.unit[data-v-35318d76] {
  margin-left: 0.25rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}
.desc[data-v-35318d76] {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.saving[data-v-35318d76] {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #059669;
}
.features[data-v-35318d76] {
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
}
.features li[data-v-35318d76] {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.icon-check[data-v-35318d76] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke=%27%23059669%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M5 13l4 4L19 7%27/%3E%3C/svg%3E") no-repeat center;
  background-size: 1rem;
  flex-shrink: 0;
}

/* ========== 支付方式 ========== */
.payment-section[data-v-35318d76] {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-title[data-v-35318d76] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #111827;
}
.payment-grid[data-v-35318d76] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
.payment-grid[data-v-35318d76] {
    grid-template-columns: 1fr 1fr;
}
}
.payment-option[data-v-35318d76] {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.payment-option[data-v-35318d76]:hover {
  border-color: #60a5fa;
}
.payment-option.selected[data-v-35318d76] {
  border-color: #3b82f6;
  background-color: #eff6ff;
}
.payment-icon[data-v-35318d76] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.alipay-icon[data-v-35318d76] {
  background-color: #eff6ff;
  color: #0066cc;
}
.wechat-icon[data-v-35318d76] {
  background-color: #d1fae5;
  color: #00ab6c;
}
.payment-info[data-v-35318d76] {
  margin-left: 1rem;
  flex: 1;
}
.payment-name[data-v-35318d76] {
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
}
.payment-desc[data-v-35318d76] {
  font-size: 0.875rem;
  color: #6b7280;
}
.radio[data-v-35318d76] {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkmark[data-v-35318d76] {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #3b82f6;
}

/* ========== 结算区域 ========== */
.checkout-section[data-v-35318d76] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  gap: 1rem;
}
@media (min-width: 768px) {
.checkout-section[data-v-35318d76] {
    flex-direction: row;
    align-items: center;
}
}
.checkout-info[data-v-35318d76] {
  flex: 1;
}
.bold[data-v-35318d76] {
  font-weight: 600;
}
.price-highlight[data-v-35318d76] {
  font-weight: 600;
  color: #111827;
}
.checkout-btn[data-v-35318d76] {
  padding: 0.75rem 2rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  align-self: stretch;
}
.checkout-btn[data-v-35318d76]:hover:not(:disabled) {
  background-color: #2563eb;
}
.checkout-btn[data-v-35318d76]:disabled {
  background-color: #d1d5db;
  color: #9ca3af;
  cursor: not-allowed;
}

/* ========== 支付弹窗复用样式 ========== */
/* 支付弹窗的 modal-overlay 和 modal 已在上面定义 */
.modal-body[data-v-35318d76] {
  padding: 1.5rem;
  text-align: center;
}
.modal-desc[data-v-35318d76] {
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.modal-price[data-v-35318d76] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1.5rem;
}
.qrcode-wrapper[data-v-35318d76] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.qrcode[data-v-35318d76] {
  width: 15rem;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-tip[data-v-35318d76] {
  background: #f0f9ff;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #0891b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-info[data-v-35318d76] {
  margin-right: 0.5rem;
  font-style: normal;
}

/* ========== 动画 ========== */
@keyframes fadeIn-35318d76 {
from { opacity: 0;
}
to { opacity: 1;
}
}

/* ========== 支付结果弹窗样式 ========== */
.result-icon[data-v-35318d76] {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-success[data-v-35318d76] {
  background-color: #dcfce7;
  color: #22c55e;
  font-size: 2rem;
  font-weight: bold;
}
.icon-fail[data-v-35318d76] {
  background-color: #fee2e2;
  color: #ef4444;
  font-size: 2rem;
  font-weight: bold;
}
.result-message[data-v-35318d76] {
  font-size: 1.125rem;
  font-weight: 500;
  color: #111827;
  margin-bottom: 1.5rem;
}
.result-order[data-v-35318d76] {
  background-color: #f9fafb;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  color: #6b7280;
}
.result-order p[data-v-35318d76] {
  margin-bottom: 0.5rem;
}
.result-order p[data-v-35318d76]:last-child {
  margin-bottom: 0;
}
.result-btns[data-v-35318d76] {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.result-btns .btn[data-v-35318d76] {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-primary[data-v-35318d76] {
  background-color: #1e88e5;
  color: white;
  border: none;
}
.btn-primary[data-v-35318d76]:hover {
  background-color: #1565c0;
}
.btn-outline[data-v-35318d76] {
  background-color: transparent;
  color: #1e88e5;
  border: 1px solid #1e88e5;
}
.btn-outline[data-v-35318d76]:hover {
  background-color: #f0f9ff;
}


.banner[data-v-fafeb432] {
  background-color: #1e88e5;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.banner h1[data-v-fafeb432] {
  font-size: 2.5rem;
}
.contact-grid[data-v-fafeb432] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.contact-info h2[data-v-fafeb432],
.contact-form h2[data-v-fafeb432] {
  color: #1e88e5;
  margin-bottom: 20px;
}
.contact-detail[data-v-fafeb432] {
  margin-bottom: 30px;
}
.contact-detail h3[data-v-fafeb432] {
  color: #1e88e5;
  margin-bottom: 15px;
}
.form-group[data-v-fafeb432] {
  margin-bottom: 20px;
}
.form-group label[data-v-fafeb432] {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group input[data-v-fafeb432],
.form-group textarea[data-v-fafeb432] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.map-placeholder[data-v-fafeb432] {
  height: 400px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media (max-width: 768px) {
.contact-grid[data-v-fafeb432] {
    grid-template-columns: 1fr;
}
}


.auth-form[data-v-a1f90f34] {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.auth-form h2[data-v-a1f90f34] {
  text-align: center;
  margin-bottom: 20px;
  color: #1e88e5;
}
.form-group[data-v-a1f90f34] {
  margin-bottom: 20px;
}
.form-group label[data-v-a1f90f34] {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group input[data-v-a1f90f34] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.auth-form p[data-v-a1f90f34] {
  text-align: center;
  margin-top: 20px;
}
.auth-form a[data-v-a1f90f34] {
  color: #1e88e5;
  text-decoration: none;
}


.auth-form[data-v-1efb8680] {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.auth-form h2[data-v-1efb8680] {
  text-align: center;
  margin-bottom: 20px;
  color: #1e88e5;
}
.form-group[data-v-1efb8680] {
  margin-bottom: 20px;
}
.form-group label[data-v-1efb8680] {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-group input[data-v-1efb8680] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.auth-form p[data-v-1efb8680] {
  text-align: center;
  margin-top: 20px;
}
.auth-form a[data-v-1efb8680] {
  color: #1e88e5;
  text-decoration: none;
}


.banner[data-v-c4678ea2] {
  background-color: #1e88e5;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.banner h1[data-v-c4678ea2] {
  font-size: 2.5rem;
}
.auth-content[data-v-c4678ea2] {
  min-height: 60vh;
  display: flex;
  align-items: center;
}


/* -------------------------- 全局样式重置与基础设置 -------------------------- */
.user-center[data-v-0c0e304c] {
  font-family: 'Inter', 'Microsoft YaHei', sans-serif;
  color: #333;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
}
.container[data-v-0c0e304c] {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section[data-v-0c0e304c] {
  padding: 40px 0;
}
.btn[data-v-0c0e304c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.btn-primary[data-v-0c0e304c] {
  background-color: #2563eb;
  color: #fff;
}
.btn-primary[data-v-0c0e304c]:hover {
  background-color: #1d4ed8;
}
.btn-outline[data-v-0c0e304c] {
  background-color: transparent;
  color: #2563eb;
  border: 1px solid #2563eb;
}
.btn-outline[data-v-0c0e304c]:hover {
  background-color: #eff6ff;
}
.btn-danger[data-v-0c0e304c] {
  background-color: #ef4444;
  color: #fff;
}
.btn-danger[data-v-0c0e304c]:hover {
  background-color: #dc2626;
}
.btn-sm[data-v-0c0e304c] {
  padding: 4px 12px;
  font-size: 12px;
}
.btn-link[data-v-0c0e304c] {
  background: none;
  border: none;
  color: #2563eb;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.btn-link[data-v-0c0e304c]:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.mt-16[data-v-0c0e304c] {
  margin-top: 16px;
}
.mt-20[data-v-0c0e304c] {
  margin-top: 20px;
}
.text-danger[data-v-0c0e304c] {
  color: #ef4444;
}

/* -------------------------- 顶部横幅 -------------------------- */
.banner[data-v-0c0e304c] {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.banner-title[data-v-0c0e304c] {
  font-size: 2.2rem;
  margin: 0 0 12px;
  font-weight: 600;
}
.banner-desc[data-v-0c0e304c] {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* -------------------------- 主布局：左侧导航+右侧内容 -------------------------- */
.user-layout[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

/* -------------------------- 左侧导航栏 -------------------------- */
.user-sidebar[data-v-0c0e304c] {
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}

/* 用户信息卡片 */
.user-profile-card[data-v-0c0e304c] {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.avatar-group[data-v-0c0e304c] {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  cursor: pointer;
}
.avatar[data-v-0c0e304c] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #eff6ff;
  transition: transform 0.2s ease;
}
.avatar[data-v-0c0e304c]:hover {
  transform: scale(1.05);
}
.status-indicator[data-v-0c0e304c] {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d1d5db;
  border: 2px solid #fff;
}
.status-indicator.active[data-v-0c0e304c] {
  background: #10b981;
}
.avatar-edit[data-v-0c0e304c] {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2563eb;
  color: #fff;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.avatar-group:hover .avatar-edit[data-v-0c0e304c] {
  opacity: 1;
}
.profile-info[data-v-0c0e304c] {
  text-align: center;
  margin-bottom: 16px;
}
.nickname[data-v-0c0e304c] {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 4px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nickname[data-v-0c0e304c]:hover {
  color: #2563eb;
}
.email[data-v-0c0e304c] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* VIP入口 */
.vip-entry[data-v-0c0e304c] {
  background-color: #fffbeb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.vip-entry[data-v-0c0e304c]:hover {
  background-color: #fef3c7;
}
.vip-badge[data-v-0c0e304c] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #f59e0b;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.vip-desc[data-v-0c0e304c] {
  font-size: 12px;
  color: #92400e;
  margin: 0 0 8px;
}
.btn-vip-renew[data-v-0c0e304c] {
  padding: 4px 12px;
  font-size: 12px;
  background-color: #f59e0b;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-vip-renew[data-v-0c0e304c]:hover {
  background-color: #d97706;
}

/* 导航列表 */
.sidebar-nav[data-v-0c0e304c] {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 8px 0;
}
.nav-list[data-v-0c0e304c] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}
.nav-item[data-v-0c0e304c]:hover {
  background-color: #eff6ff;
  color: #2563eb;
}
.nav-item.active[data-v-0c0e304c] {
  background-color: #eff6ff;
  color: #2563eb;
  font-weight: 500;
  border-left: 3px solid #2563eb;
}
.nav-icon[data-v-0c0e304c] {
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.nav-text[data-v-0c0e304c] {
  flex: 1;
}

/* -------------------------- 右侧内容区域 -------------------------- */
.user-content-panel[data-v-0c0e304c] {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.content-card[data-v-0c0e304c] {
  animation: fadeIn-0c0e304c 0.3s ease;
}
@keyframes fadeIn-0c0e304c {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.content-title[data-v-0c0e304c] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.title-icon[data-v-0c0e304c] {
  font-style: normal;
  font-size: 1.4rem;
}

/* 账户信息页 - 网格布局 */
.info-grid[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.info-item[data-v-0c0e304c] {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 16px;
}
.info-label[data-v-0c0e304c] {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}
.info-value[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #111827;
}
.btn-edit[data-v-0c0e304c] {
  font-size: 13px;
  padding: 0;
}

/* VIP会员页 */
.vip-card[data-v-0c0e304c] {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.vip-header[data-v-0c0e304c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.vip-level[data-v-0c0e304c] {
  flex: 1;
}
.level-badge[data-v-0c0e304c] {
  display: inline-block;
  background-color: #f59e0b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.level-desc[data-v-0c0e304c] {
  font-size: 13px;
  color: #92400e;
  margin: 0;
  max-width: 400px;
}
.vip-status[data-v-0c0e304c] {
  text-align: right;
}
.status-title[data-v-0c0e304c] {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 4px;
}
.status-value[data-v-0c0e304c] {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.status-value.expired[data-v-0c0e304c] {
  color: #ef4444;
}
.vip-info[data-v-0c0e304c] {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.vip-info-item[data-v-0c0e304c] {
  flex: 1;
  min-width: 150px;
}
.vip-info-item label[data-v-0c0e304c] {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}
.vip-info-item span[data-v-0c0e304c] {
  font-size: 14px;
  color: #111827;
}
.vip-actions[data-v-0c0e304c] {
  display: flex;
  gap: 12px;
}
.btn-renew[data-v-0c0e304c] {
  padding: 10px 24px;
  font-size: 14px;
}
.btn-vip-record[data-v-0c0e304c] {
  padding: 10px 20px;
  font-size: 14px;
}

/* VIP权益列表 */
.vip-benefits[data-v-0c0e304c] {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 20px;
}
.benefits-title[data-v-0c0e304c] {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 16px;
}
.benefits-list[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
}
.benefit-item[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
}
.benefit-icon[data-v-0c0e304c] {
  color: #10b981;
  font-size: 14px;
}

/* 安全设置页 */
.security-section[data-v-0c0e304c] {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 16px;
}
.section-subtitle[data-v-0c0e304c] {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 12px;
}
.security-item[data-v-0c0e304c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.security-item[data-v-0c0e304c]:last-child {
  border-bottom: none;
}
.item-info[data-v-0c0e304c] {
  flex: 1;
}
.item-name[data-v-0c0e304c] {
  font-size: 14px;
  color: #111827;
  margin: 0 0 4px;
}
.item-desc[data-v-0c0e304c] {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  max-width: 500px;
}

/* 登录历史表格 */
.login-history-table[data-v-0c0e304c] {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f3f4f6;
}
.table-header[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #f9fafb;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  border-bottom: 1px solid #f3f4f6;
}
.table-body[data-v-0c0e304c] {
  display: flex;
  flex-direction: column;
}
.table-row[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 12px 16px;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.table-row[data-v-0c0e304c]:last-child {
  border-bottom: none;
}
.table-row[data-v-0c0e304c]:hover {
  background-color: #f9fafb;
}
.table-empty[data-v-0c0e304c] {
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

/* 消息通知页 */
.notification-group[data-v-0c0e304c] {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 16px;
}
.group-title[data-v-0c0e304c] {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 12px;
}
.notification-item[data-v-0c0e304c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.notification-item[data-v-0c0e304c]:last-child {
  border-bottom: none;
}

/* 第三方绑定页 */
.bind-desc[data-v-0c0e304c] {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 20px;
}
.thirdparty-list[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.thirdparty-item[data-v-0c0e304c] {
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-icon[data-v-0c0e304c] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
}
.provider-icon[data-v-0c0e304c] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-info[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  flex: 1;
}
.account-name[data-v-0c0e304c] {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 4px;
}
.account-status[data-v-0c0e304c] {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}
.account-status.connected[data-v-0c0e304c] {
  color: #10b981;
}

/* 订单记录页 */
.order-table-container[data-v-0c0e304c] {
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-table[data-v-0c0e304c] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.order-table th[data-v-0c0e304c] {
  text-align: left;
  padding: 12px 16px;
  background-color: #f9fafb;
  color: #6b7280;
  font-weight: 500;
  border-bottom: 1px solid #f3f4f6;
}
.order-table td[data-v-0c0e304c] {
  padding: 12px 16px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.order-row[data-v-0c0e304c]:hover {
  background-color: #f9fafb;
}
.status-tag[data-v-0c0e304c] {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.status-paid[data-v-0c0e304c] {
  background-color: #ecfdf5;
  color: #059669;
}
.status-refunded[data-v-0c0e304c] {
  background-color: #fff7ed;
  color: #d97706;
}
.status-expired[data-v-0c0e304c] {
  background-color: #fee2e2;
  color: #b91c1c;
}
.status-pending[data-v-0c0e304c] {
  background-color: #eff6ff;
  color: #2563eb;
}
.order-empty[data-v-0c0e304c] {
  padding: 40px;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}
.order-product[data-v-0c0e304c] {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-amount[data-v-0c0e304c], .order-time[data-v-0c0e304c] {
  color: #111827;
}

/* 分页 */
.pagination[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.page-btn[data-v-0c0e304c] {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.prev-btn[data-v-0c0e304c], .next-btn[data-v-0c0e304c] {
  background-color: #fff;
  color: #2563eb;
  border: 1px solid #dbeafe;
}
.prev-btn[data-v-0c0e304c]:hover, .next-btn[data-v-0c0e304c]:hover {
  background-color: #eff6ff;
}
.prev-btn[data-v-0c0e304c]:disabled, .next-btn[data-v-0c0e304c]:disabled {
  color: #94a3b8;
  border-color: #e2e8f0;
  background-color: #f8fafc;
  cursor: not-allowed;
}
.page-info[data-v-0c0e304c] {
  font-size: 13px;
  color: #6b7280;
}

/* -------------------------- 弹窗组件 -------------------------- */
.modal-mask[data-v-0c0e304c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(2px);
}
.modal-container[data-v-0c0e304c] {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: modalFadeIn-0c0e304c 0.3s ease;
}
.modal-lg[data-v-0c0e304c] {
  max-width: 800px;
}
@keyframes modalFadeIn-0c0e304c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.modal-header[data-v-0c0e304c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
}
.modal-title[data-v-0c0e304c] {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}
.modal-close[data-v-0c0e304c] {
  background: none;
  border: none;
  font-size: 20px;
  color: #6b7280;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.modal-close[data-v-0c0e304c]:hover {
    background-color: #f3f4f6;
}
.modal-body[data-v-0c0e304c] {
  padding: 20px;
}
.modal-footer[data-v-0c0e304c] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #f3f4f6;
}
.modal-cancel[data-v-0c0e304c] {
  background-color: #f3f4f6;
  color: #374151;
  border: none;
}
.modal-cancel[data-v-0c0e304c]:hover {
  background-color: #e5e7eb;
}

/* 表单样式 */
.form-group[data-v-0c0e304c] {
  margin-bottom: 16px;
}
.form-input[data-v-0c0e304c] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.form-input[data-v-0c0e304c]:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.code-group[data-v-0c0e304c] {
  display: flex;
  gap: 12px;
}
.code-input[data-v-0c0e304c] {
  flex: 1;
}
.code-btn[data-v-0c0e304c] {
  white-space: nowrap;
  padding: 0 16px;
}
.code-btn[data-v-0c0e304c]:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  border-color: #d1d5db;
  cursor: not-allowed;
}
.input-hint[data-v-0c0e304c] {
  font-size: 12px;
  color: #6b7280;
  margin: 4px 0 0;
}
.input-hint.error[data-v-0c0e304c] {
  color: #ef4444;
}

/* 头像上传弹窗 */
.avatar-upload-container[data-v-0c0e304c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.avatar-preview[data-v-0c0e304c] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eff6ff;
}
.preview-img[data-v-0c0e304c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-actions[data-v-0c0e304c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.upload-btn[data-v-0c0e304c] {
  width: 100%;
  padding: 10px;
}
.upload-input[data-v-0c0e304c] {
  display: none;
}
.upload-hint[data-v-0c0e304c] {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  margin: 0;
}

/* 订单详情弹窗 */
.order-detail-header[data-v-0c0e304c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.detail-item[data-v-0c0e304c] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.detail-item label[data-v-0c0e304c] {
  font-size: 13px;
  color: #6b7280;
}
.detail-item span[data-v-0c0e304c] {
  font-size: 14px;
  color: #111827;
}
.detail-subtitle[data-v-0c0e304c] {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}
.product-item[data-v-0c0e304c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.product-name[data-v-0c0e304c] {
  font-size: 14px;
  color: #111827;
}
.product-price[data-v-0c0e304c] {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}
.payment-item[data-v-0c0e304c], .amount-item[data-v-0c0e304c] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.total-amount[data-v-0c0e304c] {
  font-weight: 500;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

/* 开关组件 */
.switch[data-v-0c0e304c] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 24px;
  cursor: pointer;
}
.switch input[data-v-0c0e304c] {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider[data-v-0c0e304c] {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  background-color: #d1d5db;
  border-radius: 24px;
  transition: 0.4s;
}
.slider[data-v-0c0e304c]:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
input:checked + .slider[data-v-0c0e304c] {
  background-color: #2563eb;
}
input:checked + .slider[data-v-0c0e304c]:before {
  transform: translateX(20px);
}
.switch-text[data-v-0c0e304c] {
  font-size: 14px;
  color: #374151;
}

/* 响应式适配 */
@media (max-width: 768px) {
.user-layout[data-v-0c0e304c] {
    grid-template-columns: 1fr;
}
.user-sidebar[data-v-0c0e304c] {
    position: static;
    margin-bottom: 20px;
}
.info-grid[data-v-0c0e304c] {
    grid-template-columns: 1fr;
}
.vip-header[data-v-0c0e304c] {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.vip-status[data-v-0c0e304c] {
    text-align: left;
}
.vip-actions[data-v-0c0e304c] {
    flex-direction: column;
    width: 100%;
}
.btn-renew[data-v-0c0e304c], .btn-vip-record[data-v-0c0e304c] {
    width: 100%;
}
.benefits-list[data-v-0c0e304c] {
    grid-template-columns: 1fr;
}
.thirdparty-list[data-v-0c0e304c] {
    grid-template-columns: 1fr;
}
.order-detail-header[data-v-0c0e304c] {
    grid-template-columns: 1fr;
}
.modal-lg[data-v-0c0e304c] {
    max-width: 90%;
}
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e88e5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #1565c0;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #1e88e5;
  color: #1e88e5;
}

.btn-outline:hover {
  background-color: #1e88e5;
  color: white;
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #1e88e5;
}

.card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}
