.points-index[data-v-68f9328c] {
  min-height: 100vh;
  background-color: var(--bgColor);
  padding-bottom: 20px;
}
.points-index .header[data-v-68f9328c] {
  padding: 2px 5px;
  display: flex;
  align-items: center;
}
.points-index .header .btn-back[data-v-68f9328c] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.points-index .header .btn-back[data-v-68f9328c]:hover {
  opacity: 0.7;
}
.points-index .header .btn-back[data-v-68f9328c]:active {
  opacity: 0.5;
}
.points-card[data-v-68f9328c] {
  position: relative;
  margin: 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(102, 51, 153, 0.3);
}
.points-card .card-bg[data-v-68f9328c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6B5AFB 0%, #8B5CF6 50%, #7C3AED 100%);
}
.points-card .card-bg[data-v-68f9328c]::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.points-card .card-content[data-v-68f9328c] {
  position: relative;
  z-index: 1;
  padding: 20px;
  color: #fff;
}
.points-card .card-header[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.points-card .card-header .tag[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}
.points-card .card-header .tag[data-v-68f9328c]::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #FFD700;
  border-radius: 50%;
}
.points-card .card-header .status[data-v-68f9328c] {
  background: rgba(255, 255, 255, 0.25);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}
.points-card .points-amount[data-v-68f9328c] {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.points-card .points-amount .amount[data-v-68f9328c] {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.points-card .points-amount .unit[data-v-68f9328c] {
  font-size: 20px;
  margin-left: 5px;
  opacity: 0.9;
}
.points-card .card-info[data-v-68f9328c] {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.points-card .card-info .info-item[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  opacity: 0.9;
}
.points-card .card-info .info-item i[data-v-68f9328c] {
  font-size: 14px;
}
.red-packet-section[data-v-68f9328c] {
  padding: 0 15px;
}
.red-packet-section .section-header[data-v-68f9328c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.red-packet-section .section-header h3[data-v-68f9328c] {
  font-size: 14px;
  font-weight: 600;
}
.red-packet-section .section-header .count[data-v-68f9328c] {
  font-size: 12px;
  color: #999;
}
.red-packet-section .max-limit-tip[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFF7E6;
  border: 1px solid #FFE082;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #E65C00;
}
.red-packet-section .max-limit-tip i[data-v-68f9328c] {
  font-size: 16px;
}
.red-packet-list[data-v-68f9328c] {
  background: #F8F9FA;
  border-radius: 12px;
  padding: 12px;
}
.red-packet-item[data-v-68f9328c] {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 12px;
  position: relative;
}
.red-packet-item[data-v-68f9328c]:last-child {
  margin-bottom: 0;
}
.red-packet-item.disabled[data-v-68f9328c] {
  opacity: 0.5;
}
.red-packet-item.disabled .packet-icon[data-v-68f9328c] {
  background: #E0E0E0 !important;
}
.red-packet-item.disabled .packet-icon img[data-v-68f9328c] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.red-packet-item.disabled .exchange-btn[data-v-68f9328c] {
  background: #E0E0E0 !important;
  color: #999;
  cursor: not-allowed;
}
.red-packet-item .order-no[data-v-68f9328c] {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 11px;
  color: #666;
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
}
.red-packet-item .packet-header[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.red-packet-item .packet-header .packet-icon[data-v-68f9328c] {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.red-packet-item .packet-header .packet-icon img[data-v-68f9328c] {
  width: 22px;
  height: 22px;
}
.red-packet-item .packet-header .packet-icon.icon-bg[data-v-68f9328c] {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.5) 0%, rgba(255, 142, 83, 0.5) 100%);
}
.red-packet-item .packet-header .packet-info[data-v-68f9328c] {
  flex: 1;
}
.red-packet-item .packet-header .packet-info .packet-name[data-v-68f9328c] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 6px;
}
.red-packet-item .packet-header .packet-info .tags[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.red-packet-item .packet-header .packet-info .tags .tag[data-v-68f9328c] {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
.red-packet-item .packet-header .packet-info .tags .tag.recommend[data-v-68f9328c] {
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
  color: #fff;
}
.red-packet-item .packet-header .packet-info .tags .tag.limit[data-v-68f9328c] {
  color: #999;
}
.red-packet-item .packet-header .packet-info .tags .dot[data-v-68f9328c] {
  width: 3px;
  height: 3px;
  background: #E0E0E0;
  border-radius: 50%;
}
.red-packet-item .packet-content[data-v-68f9328c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid #F0F0F0;
  margin-top: 8px;
}
.red-packet-item .packet-content .packet-details .detail-item[data-v-68f9328c] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.red-packet-item .packet-content .packet-details .detail-item[data-v-68f9328c]:last-child {
  margin-bottom: 0;
}
.red-packet-item .packet-content .packet-details .detail-item .label[data-v-68f9328c] {
  font-size: 12px;
  color: #999;
}
.red-packet-item .packet-content .packet-details .detail-item .value[data-v-68f9328c] {
  font-size: 14px;
  font-weight: bold;
  color: #2563eb;
}
.red-packet-item .packet-content .packet-details .detail-item .value.money[data-v-68f9328c] {
  color: #FF3B30;
  font-weight: 700;
  font-size: 18px;
}
.red-packet-item .packet-content .exchange-btn[data-v-68f9328c] {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.red-packet-item .packet-content .exchange-btn[data-v-68f9328c]:active {
  opacity: 0.85;
}
.red-packet-item .packet-content .exchange-btn.pending[data-v-68f9328c] {
  background: #F5F5F5;
  color: #FFB800;
  cursor: not-allowed;
  border: 1px solid #FFE082;
}

