
.user-setup-container[data-v-1da82beb] {
  min-height: 100vh;
  background-color: #fff;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setup-container[data-v-1da82beb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* 步骤指示器 */
.steps-indicator[data-v-1da82beb] {
  padding: 20px 20px 0;
  width: 80%;
  position: relative;
}
.step-dots[data-v-1da82beb] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.step-dot[data-v-1da82beb] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
}
.step-dot.active[data-v-1da82beb] {
  background-color: #1989fa;
}
.step-dot.current[data-v-1da82beb] {
  transform: scale(1.3);
}
.set-down[data-v-1da82beb]{
  width: 100%;
  height: 390px;
}
.step-progress-container[data-v-1da82beb] {
  position: absolute;
  top: 24px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #eee;
  z-index: 1;
}
.step-progress[data-v-1da82beb] {
  height: 100%;
  background-color: #1989fa;
  transition: width 0.3s;
}

/* 步骤内容 */
.setup-step[data-v-1da82beb] {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-title[data-v-1da82beb] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}
.step-subtitle[data-v-1da82beb] {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}



/* 表单字段 */
.setup-field[data-v-1da82beb] {
  width: 100%;
  margin-bottom: 30px;
}

/* 按钮 */
.setup-button[data-v-1da82beb] {
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

/* 性别选择样式 */
.setup-gender-section[data-v-1da82beb] {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.gender-option[data-v-1da82beb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  width: 120px;
}
.gender-option.active[data-v-1da82beb] {
  background-color: #f0f9ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gender-text[data-v-1da82beb] {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

/* 生日选择样式 */
.setup-birthday-section[data-v-1da82beb] {
  width: 100%;
  margin-bottom: 30px;
}
.address-detail[data-v-1da82beb] {
  margin-top: 8px;
  color: #999;
  font-size: 13px;
}
.location-tips[data-v-1da82beb] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #999;
  font-size: 12px;
}

/* 头像上传样式 */
.setup-avatar-section[data-v-1da82beb] {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.avatar-container[data-v-1da82beb] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.avatar-preview[data-v-1da82beb] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-placeholder[data-v-1da82beb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
}
.avatar-text[data-v-1da82beb] {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
